Versions in this module Expand all Collapse all v0 v0.2.0 Mar 11, 2025 v0.1.0 Oct 25, 2024 Changes in this version + func DirExists(filename string) (bool, error) + func RegularFileExists(filename string) (bool, error) + func WriteFileIfNoFileExists(name string, data []byte, perm os.FileMode) error