1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00
revive/fixtures/max-public-structs.go
2018-02-02 13:32:03 -05:00

12 lines
172 B
Go

// Package pkg ...
package pkg // MATCH /you have exceeded the maximum number of public struct declarations/
type Foo struct {
}
type Bar struct {
}
type Baz struct {
}