github.com/serversong/goreporter@v0.0.0-20200325104552-3cfaf44fd178/linters/golint/testdata/pkg-doc5.go (about) 1 // Test of detached package comment. 2 3 /* 4 Package foo is pretty sweet. 5 */ 6 7 package foo 8 9 // MATCH:6 /package comment.*detached/