github.com/azazeal/revive@v1.0.9/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 }