Skip to content

Instantly share code, notes, and snippets.

@l-vitaly
Last active February 26, 2017 11:11
Show Gist options
  • Save l-vitaly/7b92b415f784ba798c6d63995b90fb01 to your computer and use it in GitHub Desktop.
Save l-vitaly/7b92b415f784ba798c6d63995b90fb01 to your computer and use it in GitHub Desktop.
type TemperamentЕype int
const (
TypicalSanguinePerson TemperamentЕype = iota // 0
  TypicalCholericSubject // 1
  TypicalPhlegmaticPerson // 2
  TypicalMelancholiac // 3
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment