[ Bron: golang-github-facebookgo-atomicfile ]
Pakket: golang-github-facebookgo-atomicfile-dev (0.0~git20151019.2de1f20-2)
Verwijzigingen voor golang-github-facebookgo-atomicfile-dev
Debian bronnen:
Het bronpakket golang-github-facebookgo-atomicfile downloaden:
- [golang-github-facebookgo-atomicfile_0.0~git20151019.2de1f20-2.dsc]
- [golang-github-facebookgo-atomicfile_0.0~git20151019.2de1f20.orig.tar.xz]
- [golang-github-facebookgo-atomicfile_0.0~git20151019.2de1f20-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Provides an 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.
NOTE: `os.Rename` may not be atomic on your operating system.