Breaking Changes
Hide
andUnhide
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)
)
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)
)