README.md: add godoc reference badge
This commit is contained in:
parent
61c1049e28
commit
7f8f97b335
|
@ -1,5 +1,7 @@
|
||||||
# src.lwithers.me.uk/go/writefile
|
# 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
|
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()
|
writing a temporary file, then ensuring it is fsync()ed, before calling rename()
|
||||||
to atomically move into its final resting place.
|
to atomically move into its final resting place.
|
||||||
|
|
Loading…
Reference in New Issue