From a55bd73d4802112a7055de8663e947b9c0f42a2e Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 7 Oct 2020 18:27:00 -0700 Subject: Add staticcheck and staticstyle analyzers. This change also adds support to go_stateify for detecting an appropriate receiver name, avoiding a large number of false positives. PiperOrigin-RevId: 335994587 --- runsc/flag/flag.go | 1 + 1 file changed, 1 insertion(+) (limited to 'runsc/flag') diff --git a/runsc/flag/flag.go b/runsc/flag/flag.go index ba1ff833f..775325c06 100644 --- a/runsc/flag/flag.go +++ b/runsc/flag/flag.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package flag wraps flag primitives. package flag import ( -- cgit v1.2.3