gitee.com/wgliang/goreporter@v0.0.0-20180902115603-df1b20f7c5d0/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() {}