Documentation
¶
Index ¶
- func CleanUpDir(dst string, del []string) (err error)
- func CopyDir(src string, dst string) (err error)
- func CopyFile(src, dst string) (err error)
- func RenameFiles(dst string, projName string, rename []string) (err error)
- func StringInSlice(s string, list []string) bool
- func Unzip(src string, dest string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanUpDir ¶
func CopyDir ¶
CopyDir recursively copies a directory tree, attempting to preserve permissions. Source directory must exist, destination directory must *not* exist. Symlinks are ignored and skipped.
func StringInSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.