github.com/songshiyun/revive@v1.1.5-0.20220323112655-f8433a19b3c5/testdata/max-public-structs.go (about) 1 // Package pkg ... 2 package pkg // MATCH /you have exceeded the maximum number of public struct declarations/ 3 4 type Foo struct { 5 } 6 7 type Bar struct { 8 } 9 10 type Baz struct { 11 }