mirror of
https://github.com/mgechev/revive.git
synced 2024-11-30 08:57:07 +02:00
10 lines
197 B
Go
10 lines
197 B
Go
// 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/
|