mirror of
https://github.com/mgechev/revive.git
synced 2025-01-06 03:04:06 +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
|