aboutsummaryrefslogtreecommitdiff
path: root/api/next
diff options
context:
space:
mode:
authorAndy Pan <panjf2000@gmail.com>2024-01-27 12:52:56 +0800
committerGopher Robot <gobot@golang.org>2024-02-23 00:19:54 +0000
commitd9be60974b694a17e5c6c3e71fb7767e6bfe17e9 (patch)
treeced1d53e7e9d01c7f95e0e16027aecced36a400f /api/next
parent8a0fbd75a54c27ff2ae624ac2775bf752cdbceb4 (diff)
downloadgo-d9be60974b694a17e5c6c3e71fb7767e6bfe17e9.tar.gz
go-d9be60974b694a17e5c6c3e71fb7767e6bfe17e9.zip
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>
Diffstat (limited to 'api/next')
-rw-r--r--api/next/62484.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/62484.txt b/api/next/62484.txt
new file mode 100644
index 0000000000..7f5b5ca90c
--- /dev/null
+++ b/api/next/62484.txt
@@ -0,0 +1 @@
+pkg os, func CopyFS(string, fs.FS) error #62484