]> Cypherpunks repositories - gostls13.git/commit
os: document CopyFS behavior for symlinks in destination
authorDamien Neil <dneil@google.com>
Wed, 24 Jul 2024 17:29:13 +0000 (10:29 -0700)
committerDamien Neil <dneil@google.com>
Wed, 24 Jul 2024 18:24:15 +0000 (18:24 +0000)
commit910e6b5fae7cbf84e4a3fcfa6739e20239080bcd
treebb035d2b1bb39157686a5624d8aacbeff3f1c4e0
parent074f2761b5ff54c9c9d2e2a720abd29efa5474cc
os: document CopyFS behavior for symlinks in destination

Also clarify the permissions of created files,
and note that CopyFS will not overwrite files.

Update a few places in documentation to use 0oXXX for octal consts.

For #62484

Change-Id: I208ed2bde250304bc7fac2b93963ba57037e791e
Reviewed-on: https://go-review.googlesource.com/c/go/+/600775
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/os/dir.go
src/os/example_test.go
src/os/file.go