mirror of
https://github.com/mgechev/revive.git
synced 2024-12-10 10:40:23 +02:00
6 lines
196 B
Go
6 lines
196 B
Go
// Test of package comment in an incorrect form.
|
|
|
|
// Some random package doc that isn't in the right form.
|
|
// MATCH /package comment should be of the form "Package testdata ..."/
|
|
package testdata
|