1
0
mirror of https://github.com/mgechev/revive.git synced 2024-12-10 10:40:23 +02:00
revive/testdata/golint/package-doc3.go

8 lines
88 B
Go

// Test of block package comment.
// OK
/*
Package foo is pretty sweet.
*/
package foo