# Functions
BoolYNToStr return 'yes' if true otherwise return 'no' instead.
BytesToStr zero allocation bytes to string conversion.
Def return the value of given pointer and return the default value of that type instead if nil.
Default return the default value while it's present and t is blank.
DropBlankSpace return -1 if given rune is blank space ' ', this intended to be used in strings.Map to remove any blank space from string.
ExtractRequest encode given request to json and just return {} if the request body is empty.
ExtractRequestHeader extract header from given request and return it as json encoded string.
Ptr return pointer to given t.
StrToBytes zero allocation string to bytes conversion.
StrYNToBool return true only if given s is 'yes' otherwise will return false.
ToSnake converts a string to snake_case.