github.com/serversong/goreporter@v0.0.0-20200325104552-3cfaf44fd178/linters/golint/testdata/broken.go (about) 1 // Test of code that is malformed, but accepted by go/parser. 2 // See https://golang.org/issue/11271 for discussion. 3 // OK 4 5 // Package pkg ... 6 package pkg 7 8 // Foo is a method with a missing receiver. 9 func () Foo() {}