mirror of
https://github.com/mgechev/revive.git
synced 2025-01-26 03:52:12 +02:00
4 lines
136 B
Go
4 lines
136 B
Go
// Test of missing package comment.
|
|
|
|
package foo // MATCH /should have a package comment, unless it's in another file for this package/
|