[ ソース: golang-github-dchest-safefile ]
パッケージ: golang-github-dchest-safefile-dev (0.0~git20151022.0.855e8d9-2)
golang-github-dchest-safefile-dev に関するリンク
Debian の資源:
golang-github-dchest-safefile ソースパッケージをダウンロード:
- [golang-github-dchest-safefile_0.0~git20151022.0.855e8d9-2.dsc]
- [golang-github-dchest-safefile_0.0~git20151022.0.855e8d9.orig.tar.xz]
- [golang-github-dchest-safefile_0.0~git20151022.0.855e8d9-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Implements safe "atomic" saving of files for Go
Go package safefile implements safe "atomic" saving of files.
Instead of truncating and overwriting the destination file, it creates a temporary file in the same directory, writes to it, and then renames the temporary file to the original name when calling Commit.