[ nabia ]
[ aramo ]
[ 源代码: golang-github-facebookgo-atomicfile ]
软件包: golang-github-facebookgo-atomicfile-dev (0.0~git20151019.2de1f20-2)
golang-github-facebookgo-atomicfile-dev 的相关链接
Trisquel 的资源:
下载源码包 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]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Eric Dorland
外部的资源:
- 主页 [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.