mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
93a04158fd
gvt fetch -a, because we need the protobuf files etc for regeneration
9 lines
84 B
Go
9 lines
84 B
Go
package enumdeclall
|
|
|
|
type MyEnum int32
|
|
|
|
const (
|
|
A MyEnum = iota
|
|
B MyEnum = iota
|
|
)
|