Documentation ¶
Index ¶
- func Copy(src, dest string) error
- func CopyDir(src, dest string) error
- func CopyFile(src, dest string) error
- func CopySymlink(src, dest string) error
- func Exist(name string) bool
- func GetenvDefault(key, fallback string) string
- func Remove(names ...string) error
- func RemoveAll(paths ...string) error
- func Touch(name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopySymlink ¶
CopySymlink copies file under symbolic link.
func GetenvDefault ¶
GetenvDefault retrieves the value of the environment variable named by the key. It returns the value, which will be set to fallback if the variable is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.