# atomicfile **Repository Path**: zhangjunfang/atomicfile ## Basic Information - **Project Name**: atomicfile - **Description**: Package atomicfile provides an atomically written/replaced file. - **Primary Language**: Go - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-05 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README atomicfile [![Build Status](https://secure.travis-ci.org/facebookgo/atomicfile.png)](https://travis-ci.org/facebookgo/atomicfile) ========== 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.