mirror of
https://github.com/mgechev/revive.git
synced 2025-01-08 03:13:27 +02:00
6 lines
104 B
Go
6 lines
104 B
Go
// Test of package comment for package main.
|
|
// OK
|
|
|
|
// This binary does something awesome.
|
|
package main
|