mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
7 lines
108 B
Go
7 lines
108 B
Go
package pkg // MATCH /should not have a root level package called pkg/
|
|
|
|
const (
|
|
Foo = "bar"
|
|
Bar = "foo"
|
|
)
|