dnscrypt-proxy/vendor/github.com/facebookgo/atomicfile
Frank Denis 7740e9d3bc Update dep and deps 2018-08-10 01:39:33 +02:00
..
.travis.yml Add -pidfile 2018-02-28 18:11:48 +01:00
atomicfile.go Add -pidfile 2018-02-28 18:11:48 +01:00
license Add -pidfile 2018-02-28 18:11:48 +01:00
patents Add -pidfile 2018-02-28 18:11:48 +01:00
readme.md Add -pidfile 2018-02-28 18:11:48 +01:00

readme.md

atomicfile Build Status

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.