Documentation
¶
Index ¶
Constants ¶
View Source
const Max = 10
Max : Highest a happy score can be
View Source
const Min = 1
Min : Lowest a happy score can be
Variables ¶
View Source
var MaxStr = strconv.Itoa(Max)
MaxStr : String representation of Max
View Source
var MinStr = strconv.Itoa(Min)
MinStr : String representation of Min
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.