1
0
mirror of https://github.com/mgechev/revive.git synced 2024-12-02 09:02:23 +02:00
revive/fixtures/golint/package-doc4.go
2018-02-04 15:02:45 -08:00

8 lines
156 B
Go

// Test of block package comment with leading space.
/*
Package foo is pretty sweet.
MATCH /package comment should not have leading space/
*/
package foo