1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-10 03:17:11 +02:00
revive/fixtures/package-doc3.go
2018-01-23 19:13:02 -08:00

8 lines
88 B
Go

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