github.com/khulnasoft/codebase@v0.0.0-20231214144635-a707781cbb24/diff/testdata/golint.old.go (about) 1 package test 2 3 var V int 4 5 // invalid func comment 6 func F() { 7 }