aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorDamien Neil <dneil@google.com>2024-11-18 17:49:14 -0800
committerDamien Neil <dneil@google.com>2024-11-20 23:21:42 +0000
commita1b5394dba07cbb61c1f23c2610ef1a3be4c567b (patch)
treec7ab5cc57b87847bc7c32094011236c652a5fe60 /api
parent3d568919690157ae9fae66a0564c155907a8229b (diff)
downloadgo-a1b5394dba07cbb61c1f23c2610ef1a3be4c567b.tar.xz
os: add Root.FS
For #67002 Change-Id: Ib687c92d645b9172677e5781a3e51ef1a0427c30 Reviewed-on: https://go-review.googlesource.com/c/go/+/629518 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/67002.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/67002.txt b/api/next/67002.txt
index fc839e95e4..67c47969f4 100644
--- a/api/next/67002.txt
+++ b/api/next/67002.txt
@@ -1,6 +1,7 @@
pkg os, func OpenRoot(string) (*Root, error) #67002
pkg os, method (*Root) Close() error #67002
pkg os, method (*Root) Create(string) (*File, error) #67002
+pkg os, method (*Root) FS() fs.FS #67002
pkg os, method (*Root) Lstat(string) (fs.FileInfo, error) #67002
pkg os, method (*Root) Mkdir(string, fs.FileMode) error #67002
pkg os, method (*Root) Name() string #67002