File: models.go

package info (click to toggle)
golang-gogoprotobuf 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie, trixie-backports
  • size: 19,532 kB
  • sloc: makefile: 573; sh: 44
file content (8 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
package enumdecl

type MyEnum int32

const (
	A MyEnum = iota
	B MyEnum = iota
)