Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Chmod is your Friend

Compare
Choose a tag to compare
@darron darron released this 14 Jan 17:01
· 83 commits to master since this release

This release fixes a significant bug:

If the desired permissions for the file are different - kvexpress will make sure they conform. Issue, Commit

Who knew that ioutil.WriteFile only sets the desired permissions if it's a new file? I didn't.