github.com/songshiyun/revive@v1.1.5-0.20220323112655-f8433a19b3c5/testdata/golint/package-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 is detached; there should be no blank lines between it and the package statement/