1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/vendor/github.com/gogo/protobuf/test/enumdecl/models.go

9 lines
81 B
Go
Raw Normal View History

package enumdecl
type MyEnum int32
const (
A MyEnum = iota
B MyEnum = iota
)