SkillAgentSearch skills...

Atomicfile

Package atomicfile provides an atomically written/replaced file.

Install / Use

/learn @facebookarchive/Atomicfile
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

atomicfile Build Status

Documentation: https://godoc.org/github.com/facebookgo/atomicfile

NOTE: This package uses os.Rename, which may or may not be atomic on your operating system. It is known to not be atomic on Windows. https://github.com/natefinch/atomic provides a similar library that is atomic on Windows as well and may be worth investigating.

Related Skills

View on GitHub
GitHub Stars51
CategoryDevelopment
Updated2y ago
Forks10

Languages

Go

Security Score

65/100

Audited on Sep 8, 2023

No findings