# Functions
BoolPtr takes in boolean condition and returns pointer version of it.
DecimalToHumanFriendlyString converts a decimal number to a comma separated string at the thousand point eg 1000 becomes 1,000.
FloatFromString format.
FloatToHumanFriendlyString converts a float to a comma separated string at the thousand point eg 1000 becomes 1,000.
Int64FromString format.
InterfaceToFloat64OrZeroValue returns the type assertion value or variable zero value.
InterfaceToIntOrZeroValue returns the type assertion value or variable zero value.
InterfaceToStringOrZeroValue returns the type assertion value or variable zero value.
IntFromString format.
IntToHumanFriendlyString converts an int to a comma separated string at the thousand point eg 1000 becomes 1,000.
TimeFromUnixTimestampDecimal converts a unix timestamp in decimal form to a time.Time in UTC.
TimeFromUnixTimestampFloat format.
UnixTimestampStrToTime returns a time.time and an error.
UnixTimestampToTime returns time.time.