syncthing/vendor/github.com/gogo/protobuf/test/enumdecl_all/models.go
Jakob Borg 93a04158fd vendor: Update github.com/gogo/protobuf, keeping all files
gvt fetch -a, because we need the protobuf files etc for regeneration
2017-06-14 05:24:09 +02:00

9 lines
84 B
Go

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