Versions in this module Expand all Collapse all v0 v0.0.1 Jan 19, 2022 Changes in this version + func CopyFile(src, dst string) error + func EnsureDir(dir string, mode os.FileMode) error + func Exit(s string) + func FileExists(filePath string) bool + func Kill() error + func MustReadFile(filePath string) []byte + func MustWriteFile(filePath string, contents []byte, mode os.FileMode) + func ReadFile(filePath string) ([]byte, error) + func TrapSignal(logger logger, cb func()) + func WriteFile(filePath string, contents []byte, mode os.FileMode) error