Documentation
¶
Index ¶
- func AppendFile(path string, line string)
- func Copy(src, dst string) (err error)
- func CopyDir(src string, dst string) (err error)
- func CopyFile(src, dst string) (err error)
- func Exists(path string) bool
- func IsDir(path string) bool
- func ReadFile(path string) (string, error)
- func ReadLines(path string) ([]string, error)
- func Tree(path string, prefix string, isFirstDir ...bool) string
- func Zip(dirPath string, zipName string) error
- func ZipWithPassword(dirPath string, zipName string, password string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.