Documentation ¶ Index ¶ func ClientOriginalExtension(file string) string func Contain(file string, search string) bool func Create(file string, content string) func Exists(file string) bool func Extension(file string, originalWhenUnknown ...bool) (string, error) func Remove(file string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ClientOriginalExtension ¶ added in v1.5.0 func ClientOriginalExtension(file string) string func Contain ¶ added in v1.2.3 func Contain(file string, search string) bool func Create ¶ func Create(file string, content string) func Exists ¶ added in v1.5.0 func Exists(file string) bool func Extension ¶ added in v1.5.0 func Extension(file string, originalWhenUnknown ...bool) (string, error) Extension Supported types: https://github.com/h2non/filetype#supported-types func Remove ¶ func Remove(file string) bool Types ¶ This section is empty. Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.