Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GoDoc for ioutils on atomic writers
Unlike its stdlib counterparts, AtomicFileWriter does not take into consideration umask due to its use of chmod. Failure to recognize this may cause subtle problems like the one described in moby#47498. Therefore the documentation has been updated to let users know that umask is not taken into consideration when using AtomicFileWriter. Closes moby#47516. Signed-off-by: Antonio Aguilar <[email protected]>
- Loading branch information