Documentation
¶
Index ¶
- func Append(file string, content string)
- func Checksum(file string) string
- func Copy(src, dst string) (int64, error)
- func Exists(file string) bool
- func First(pattern string) string
- func IsEmpty(file string) bool
- func List(pattern string) []string
- func MergeFiles(outputPath string, inputPaths []string)
- func Move(src, dst string) error
- func Read(file string) string
- func Remove(file string) error
- func RemoveAll(dir string, pattern string)
- func Size(file string) int64
- func Write(file string, content string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Checksum ¶
Checksum returns the checksum of a file applying md5 if file could not be read, returns empty string
func MergeFiles ¶
MergeFiles merges all files into a single one
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.