mirror of
https://github.com/mgechev/revive.git
synced 2025-01-26 03:52:12 +02:00
8 lines
88 B
Go
8 lines
88 B
Go
// Test of block package comment.
|
|
// OK
|
|
|
|
/*
|
|
Package foo is pretty sweet.
|
|
*/
|
|
package foo
|