Releases: dastoori/higgs
Releases · dastoori/higgs
v1.1.0
Breaking Changes
Hide
and Unhide
functions now return the new path to the file.
newPath, err := higgs.Hide("foo.txt")
newPath, err = higgs.Unhide(newPath)
NewFileHide
accepts functional options (For example: UnixOverwriteOption(bool)
)