Documentation ¶
Index ¶
- func AppendFileStr(filename string, data string, newLine bool) bool
- func Createdirectory(path string, folderName string)
- func DeleteGzip(path string, filenameWithoutFormat string)
- func Directoryexist(path string) bool
- func FileExist(filename string) bool
- func FileExistGzip(path string, filenameWithoutFormat string) bool
- func IsJSON(s string) bool
- func IsJSONString(s string) bool
- func ReadFile(filename string) []byte
- func ReadFileStr(filename string) string
- func ReadGzip(path string, filenameWithoutFormat string) string
- func ReadLine() string
- func ReadLines(filename string) []string
- func WriteFile(filename string, data []byte)
- func WriteFileStr(filename string, data string)
- func WriteGzip(path string, filenameWithoutFormat string, data []byte)
- func WriteGzipStr(path string, filenameWithoutFormat string, data string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Createdirectory ¶
func DeleteGzip ¶
func FileExistGzip ¶
func IsJSONString ¶
func ReadFileStr ¶
func WriteFileStr ¶
func WriteGzipStr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.