# Functions
CheckErr throws a panic for all non-nil errors passed to it.
CountBytesInString takes a string and gets a byte count.
DeserializeMap takes a byte buffer and attempts to convert it back to a map.
Float64ToString does conversion of floats to string values.
GetTimestamp returns the current unix timestamp in milliseconds.
GetTimestampString returns the current unix timestamp in milliseconds.
GetUUID generates a Version 4 UUID string.
Int64ToString converts an Integer of 64 bits to a String.
IntArrayToString converts an array of integers to a string delimited by a string of your choice.
IntToString converts an Integer to a String.
MapToString takes a generic and converts it to a JSON representation.
MapToQueryParams takes a map of string keys and values and builds an encoded query string.
NewFloat64 returns a pointer to a float64.
NewInt64 returns a pointer to an int64.
NewString returns a pointer to a string.
SerializeMap takes a map and attempts to convert it to a byte buffer.