]> Cypherpunks repositories - gostls13.git/commit
os: implement CopyFS
authorAndy Pan <panjf2000@gmail.com>
Sat, 27 Jan 2024 04:52:56 +0000 (12:52 +0800)
committerGopher Robot <gobot@golang.org>
Fri, 23 Feb 2024 00:19:54 +0000 (00:19 +0000)
commitd9be60974b694a17e5c6c3e71fb7767e6bfe17e9
treeced1d53e7e9d01c7f95e0e16027aecced36a400f
parent8a0fbd75a54c27ff2ae624ac2775bf752cdbceb4
os: implement CopyFS

Fixes #62484

Change-Id: I5d8950dedf86af48f42a641940b34e62aa2cddcb
Reviewed-on: https://go-review.googlesource.com/c/go/+/558995
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
api/next/62484.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/os/62484.md [new file with mode: 0644]
src/os/dir.go
src/os/os_test.go