Documentation
¶
Index ¶
- func CheckFileExists(filePath string) bool
- func CreateFileOfAppend(filePath string) (*os.File, error)
- func CreateFileOfTrunc(filePath string) (*os.File, error)
- func MkdireAll(path string) error
- func ReadAll(path string) string
- func ReadAllBytes(path string) ([]byte, error)
- func WriteFile(path, content string, isOverride bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFileOfAppend ¶
CreateFileOfAppend create file of append
func CreateFileOfTrunc ¶
CreateFileOfTrunc create file of trunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.