go-github-com-facebookgo-atomicfile 0.0.0-20151019160806-2de1f203e7d5
Atomically written/replaced file
Package atomicfile provides the ability to write a file with an eventual rename on Close (using os.Rename
). This allows for a file to always be in a consistent state and never represent an in-progress write.
- Website: https://github.com/facebookgo/atomicfile
- Licenses: Modified BSD
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-github-com-facebookgo-atomicfile 0.0.0-20151019160806-2de1f203e7d5
as follows:
guix install go-github-com-facebookgo-atomicfile@0.0.0-20151019160806-2de1f203e7d5
Or install the latest version:
guix install go-github-com-facebookgo-atomicfile
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.