mirror of
https://github.com/mgechev/revive.git
synced 2024-11-28 08:49:11 +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
|