Documentation ¶
Index ¶
- Constants
- func Copy(inputFile, outputFile string) error
- func CopyBig(inputFile, outputFile string) error
- func CopyShell(input, output string, isDir bool) error
- func CreateDir(path string) error
- func IsExist(path string) (bool, error)
- func ReadLineAt(file string, index int64) (string, error)
- func RemoveShell(filePath string, isDir bool) error
- func Replace(inputFile, outputFile string, replace map[string]string) error
- func ReplaceBig(inputFile, outputFile string, replace map[string]string) error
- func SaveCsv(fileName string, header []string, data [][]string) error
Constants ¶
View Source
const BufferSize = 1000000
Variables ¶
This section is empty.
Functions ¶
func RemoveShell ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.