Documentation ¶
Index ¶
- func DeleteTempDir(path string)
- func DeleteTempDirE(path string) (err error)
- func DeleteTempDirExistingError(path string, existingError *error) (err error)
- func DeleteTempDirExistingErrorNoReturn(path string, existingError *error)
- func MakeTempDir(name string) string
- func MakeTempDirE(name string) (s string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteTempDirExistingError ¶
DeleteTempDirExistingError deletes the given path and prints corresponding messages if it fails whether an existing error exists or not.
func DeleteTempDirExistingErrorNoReturn ¶
DeleteTempDirExistingError deletes the given path and prints corresponding messages if it fails whether an existing error exists or not.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.