You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/vendor/github.com/rboyer/safeio
R.B. Boyer b989967791
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698)
5 years ago
..
.gitignore cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698) 5 years ago
.travis.yml cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698) 5 years ago
LICENSE cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698) 5 years ago
README.md cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698) 5 years ago
file.go cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698) 5 years ago
go.mod cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698) 5 years ago
go.sum cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698) 5 years ago
safeio.go cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698) 5 years ago

README.md

Safe I/O

Provides functions to perform atomic, fsync-safe disk operations.

Build Status