# Functions

AppendStr appends string to slice with no duplicates.
GetJSON is a simple wrapper to get a json object from a given URL.
IsSliceContainsStr returns true if the string exists in given slice, ignore case.
Pluralize attempts to pluralize the given word (and display the number) if count > 1.
PluralizeWord attempts to pluralize the given word if count > 1.
PostJSON is a simple wrapper to post and get JSON from a given url.
PrettifyNumber displays a number with commas.
PrettifySuffix displays a semi-human-readable format such as 4k in place of 4125.
RawPrettifySuffix displays a semi-human-readable format such as 4k in place of 4125 with a number of weird options.
RenderTemplate is a wrapper to render a template to a string.
TemplateMustCompile will add all the helpers to a new template, compile it and panic if that fails.

# Structs

No description provided by the author