ipld-eth-server/vendor/github.com/facebookgo/atomicfile
2019-12-02 13:24:49 -06:00
..
.travis.yml update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
atomicfile.go update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
license update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
patents update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
readme.md update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00

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.