github.com/bgpat/reviewdog@v0.0.0-20230909064023-077e44ca1f66/diff/testdata/golint.old.go (about)

     1  package test
     2  
     3  var V int
     4  
     5  // invalid func comment
     6  func F() {
     7  }