]> Cypherpunks repositories - gostls13.git/commit
os: document that WriteFile is not atomic
authorRichard Tweed <RichardoC@users.noreply.github.com>
Thu, 10 Nov 2022 00:04:07 +0000 (00:04 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 10 Nov 2022 18:42:44 +0000 (18:42 +0000)
commit1309f0c51d730c87337a167acb70c86da4bb04be
tree89bb8652f98c69853f9f5a60dcb1c0fa8266477d
parentd931b3b771ebd9cc0f77d3a002ff6cfb9f4d9c8b
os: document that WriteFile is not atomic

Fixes #56173

Change-Id: I03a3ad769c99c0bdb78b1d757173d630879fd4dd
GitHub-Last-Rev: e3e31fa0b95aba363b13c45f562e3a4c8b31f2cc
GitHub-Pull-Request: golang/go#56282
Reviewed-on: https://go-review.googlesource.com/c/go/+/443495
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/os/file.go