Versions in this module Expand all Collapse all v1 v1.3.2 Sep 6, 2020 Changes in this version + const Byte + const Day + const EByte + const GByte + const Hour + const KByte + const MByte + const Minute + const Month + const PByte + const TByte + const Week + const Year + func AorB(condition bool, a, b string) string + func CompareVersion(src, toCompare string) bool + func CompressedContent(h *template.HTML) + func CopyMap(m map[string]string) map[string]string + func DownloadTo(url, output string) error + func FileExist(path string) bool + func FileSize(s uint64) string + func InArray(arr []string, str string) bool + func IsJSON(str string) bool + func JSON(a interface{}) string + func PackageName(v interface{}) string + func ParseBool(s string) bool + func ParseFloat32(f string) float32 + func ParseHTML(name, tmpl string, param interface{}) template.HTML + func ParseText(name, tmpl string, param interface{}) string + func ParseTime(stringTime string) time.Time + func Random(strings []string) ([]string, error) + func ReplaceAll(s string, oldnew ...string) string + func ReplaceNth(s, old, new string, n int) string + func SetDefault(value, condition, def string) string + func TimeSincePro(then time.Time, m map[string]string) string + func UnzipDir(src, dest string) error + func Uuid(length int64) string + func WrapURL(u string) string