# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Exec runs the sh script and forwards stderr/stdout to the console.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GzipFile takes the path to a file and returns a Gzip comppressed byte slic.
IniToMap takes the path to an INI formatted file and transforms it into a map.
No description provided by the author
No description provided by the author
IsSlice returns true if the argument is a slice.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MapToIni takes a map and converts it into an INI formatted string.
No description provided by the author
No description provided by the author
RandString returns a random string consisting of the characters in randomChars, with the length customized by the parameter.
No description provided by the author
ReplaceAllInSlice runs strings.Replace on all elements in a slice and returns the result.
No description provided by the author
No description provided by the author
SafeExec executes the sh script and returns the stdout and stderr, errors will result in a nil return only.
SafeRead reads a path and returns the text contents or nil,.
ShortTimestamp returns a shortened timestamp using week of year + day of week to represent a day of the e.g.
SplitAllInSlice runs strings.Split on all elements in a slice and returns the results at the given index.
No description provided by the author
StructToIni takes an object and serializes it's fields in INI format.
StructToMap takes an object and returns all it's field in a map.
No description provided by the author
ToString takes an object and tries to convert it to a string.
No description provided by the author
No description provided by the author