Versions in this module Expand all Collapse all v1 v1.0.0 Nov 17, 2019 Changes in this version + func Delete(path string) + func FileExists(file string) bool + func GetFileExtension(file string) string + func GetMIMEType(file string) (string, int64) + func IsDirectory(path string) bool + type File struct + Data multipart.File + Header *multipart.FileHeader + MIMEType string + func ParseMultipartFiles(request *http.Request, field string) []File + func (file *File) Save(path string, name string) string