Versions in this module Expand all Collapse all v1 v1.2.3 Oct 8, 2023 v1.2.2 Oct 8, 2023 Changes in this version + 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 FileNameWithoutExtension(fileName string) string + func Put(data []byte, to string) error + func Remove(file string) bool