1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-10 03:17:11 +02:00
revive/fixtures/package-doc4.go

8 lines
156 B
Go
Raw Normal View History

2018-01-24 05:13:02 +02:00
// Test of block package comment with leading space.
/*
Package foo is pretty sweet.
MATCH /package comment should not have leading space/
*/
package foo