Last active
February 26, 2017 11:11
-
-
Save l-vitaly/7b92b415f784ba798c6d63995b90fb01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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