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

8 lines
81 B
Go

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