Versions in this module Expand all Collapse all v1 v1.1.0 Sep 28, 2021 Changes in this version + func CompressImage(imageData []byte, quality int) []byte + func FileExist(file string) bool + func GetPath(params ...interface{}) string + func GetPathOrCreate(base string, params ...interface{}) (string, error) + func GetPathWithBase(base string, params ...interface{}) string + func GetUniqueName(size int, length int) []string + func Mkdir(base string, names []string) error + func PathExist(path string) bool + func ServeJson(writer http.ResponseWriter, code int, data interface{}) v1.0.1 Sep 28, 2021