1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-24 03:47:45 +02:00
revive/testdata/golint/package-doc4.go

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