Versions in this module Expand all Collapse all v1 v1.3.1 Mar 13, 2020 Changes in this version + func AppendStrings(slice *[]string, str string) + func Atof(v string) float32 + func Atoi(v string) int + func Btoa(v bool) string + func CompareError(err error, message string) bool + func EncodeQuery(v url.Values) string + func Error(message string) error + func IsExists(path string) bool + func StringEquals(a, b string) bool + func Stringify(s interface{}) string + type Multipart struct + ContentType string + func BuildMultipart(data map[string]interface{}) (*Multipart, error)