Documentation
¶
Overview ¶
Package atomicfile writes a file atomically: data is written to a temp file in the same directory, fsync'd, then renamed over the destination. A crash or full disk mid-write therefore leaves the previous file intact rather than a truncated one (production audit M3). Stdlib only.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.