• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.travis.ymlH A D19-Oct-2015401

atomicfile.goH A D19-Oct-20151.5 KiB

atomicfile_test.goH A D19-Oct-20151.7 KiB

licenseH A D19-Oct-20151.5 KiB

patentsH A D19-Oct-20151.9 KiB

readme.mdH A D19-Oct-2015473

readme.md

1atomicfile [![Build Status](https://secure.travis-ci.org/facebookgo/atomicfile.png)](https://travis-ci.org/facebookgo/atomicfile)
2==========
3
4Documentation: https://godoc.org/github.com/facebookgo/atomicfile
5
6NOTE: This package uses `os.Rename`, which may or may not be atomic on your
7operating system. It is known to not be atomic on Windows.
8https://github.com/natefinch/atomic provides a similar library that is atomic
9on Windows as well and may be worth investigating.
10