mirror of
https://github.com/mgechev/revive.git
synced 2024-11-21 17:16:40 +02:00
12 lines
176 B
Go
12 lines
176 B
Go
// Package pkg ...
|
|
package pkg // MATCH /you have exceeded the maximum number (1) of public struct declarations/
|
|
|
|
type Foo struct {
|
|
}
|
|
|
|
type Bar struct {
|
|
}
|
|
|
|
type Baz struct {
|
|
}
|