1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-10 03:17:11 +02:00
revive/fixtures/package-doc5.go

10 lines
197 B
Go
Raw Normal View History

2018-01-24 05:13:02 +02:00
// Test of detached package comment.
/*
Package foo is pretty sweet.
*/
package foo
// MATCH:6 /package comment is detached; there should be no blank lines between it and the package statement/