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

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 {
}