Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed ioutil.WriteFile to be able to force a Sync() call
iouti.WriteFile function does not call os.File.Sync internally (golang/go#20599), so the code has been updated to forced a sync after each file written by an update
- Loading branch information