[ 原始碼: golang-github-facebookgo-atomicfile ]
套件:golang-github-facebookgo-atomicfile-dev(0.0~git20151019.2de1f20-2)
golang-github-facebookgo-atomicfile-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-facebookgo-atomicfile:
- [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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.