mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-06-15 20:33:36 +00:00
c12fa0eed7
This patch adds a new internal/safeio package, which is meant to implement safer version of some I/O related functions. For now, only an atomic version of ioutil.WriteFile is implemented. More may be added later if there's a need for them.