Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyEmbedDir ¶ added in v0.16.0
CopyEmbedDir copies an embedded directory to the local file system.
func CopyToTempFile ¶
CopyToTempFile pipes a reader to a temporary file. The caller must delete the temporary file when it's no longer needed.
func ExpandHome ¶ added in v0.19.0
func ForceRemoveFiles ¶ added in v0.19.0
func ForceRemoveFiles(paths []string)
ForceRemoveFiles deletes multiple files ignores path errors if any
func FullExt ¶
FullExt returns all of path's extensions. For example, for "foo.csv.zip" it returns ".csv.zip", not just ".zip" as filepath.Ext from the standard library does.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.