Versions in this module Expand all Collapse all v0 v0.9.0 Mar 1, 2024 v0.8.0 Dec 11, 2023 Changes in this version + func CopyFile(src, dst string) error + func EnsureDir(dir string, mode os.FileMode) error + func FileExists(filePath string) bool + func ReadFile(filePath string) ([]byte, error) + func WriteFile(filePath string, contents []byte, mode os.FileMode) error