Package atomicfile implements all-or-nothing file replacement by staging output to a temporary file and renaming over the target.
go get github.com/creachadair/atomicfileNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Atomically write to a file
Ensure the target filesystem supports atomic rename (POSIX-compliant).
No dependency data recorded yet.