Skip to content

Instantly share code, notes, and snippets.

@l-vitaly
Created February 26, 2017 11:13
Show Gist options
  • Save l-vitaly/72a640757aaa31c0e8315c7976068707 to your computer and use it in GitHub Desktop.
Save l-vitaly/72a640757aaa31c0e8315c7976068707 to your computer and use it in GitHub Desktop.
type CarType int
const (
BMW CarType = iota // 0
  Audi // 1
Mercedes // 2
  _
  _
  XRay // 5
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment