# Functions
JoinBytes is an easy way to join multiple values into a single []byte.
No description provided by the author
SysFreeMemory returns the amount of memory available in megabytes.
toNumber converts multiple types to a number
accepts: int (and variants), string, []byte, byte, bool.
toString converts multiple types to a string|[]byte
accepts: string, []byte, byte, int (and variants), [][]byte, []interface{}.