Skip to content

Instantly share code, notes, and snippets.

@clooth
Created September 10, 2013 08:45
Show Gist options
  • Select an option

  • Save clooth/6506679 to your computer and use it in GitHub Desktop.

Select an option

Save clooth/6506679 to your computer and use it in GitHub Desktop.
Enums
type Race string
const (
Protoss Race = "protoss"
Terran Race = "terran"
Zerg Race = "zerg"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment