Documentation
¶
Index ¶
- Constants
- func AppendFile(path string, content string) error
- func AppendNewline(content string) string
- func DoesDirExist(path string) bool
- func DoesFileExist(fileName string) bool
- func RemoveDir(dirPath string) error
- func RemoveFile(filePath string) error
- func RunCmd(dir string, name string, args ...string) error
- func WriteFile(path string, content string) error
Constants ¶
View Source
const ( DirPerm = 0o755 FilePerm = 0o644 )
Variables ¶
This section is empty.
Functions ¶
func AppendFile ¶
func AppendNewline ¶
func DoesDirExist ¶
func DoesFileExist ¶
func RemoveFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.