mirror of
https://github.com/mgechev/revive.git
synced 2024-12-02 09:02:23 +02:00
8 lines
156 B
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
|