Binary package “golang-github-dchest-safefile-dev” in ubuntu noble

Implements safe "atomic" saving of files for Go

 Go package safefile implements safe "atomic" saving of files.
 .
 Instead of truncating and overwriting the destination file, it creates
 a temporary file in the same directory, writes to it, and then renames
 the temporary file to the original name when calling Commit.

Published versions