File: readme.md

package info (click to toggle)
golang-github-facebookgo-atomicfile 0.0~git20151019.2de1f20-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 80 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
atomicfile [![Build Status](https://secure.travis-ci.org/facebookgo/atomicfile.png)](https://travis-ci.org/facebookgo/atomicfile)
==========

Documentation: https://godoc.org/github.com/facebookgo/atomicfile

NOTE: This package uses `os.Rename`, which may or may not be atomic on your
operating system. It is known to not be atomic on Windows.
https://github.com/natefinch/atomic provides a similar library that is atomic
on Windows as well and may be worth investigating.