diff --git a/README.md b/README.md index 60e5a36..594f885 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # src.lwithers.me.uk/go/writefile +[![GoDoc](https://godoc.org/src.lwithers.me.uk/go/writefile?status.svg)](https://godoc.org/src.lwithers.me.uk/go/writefile) + This package implements the common Unix technique of writing a new file by first writing a temporary file, then ensuring it is fsync()ed, before calling rename() to atomically move into its final resting place.