Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@dastoori dastoori released this 29 Jan 13:29

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))