diff options
| author | Damien Neil <dneil@google.com> | 2024-11-18 17:49:14 -0800 |
|---|---|---|
| committer | Damien Neil <dneil@google.com> | 2024-11-20 23:21:42 +0000 |
| commit | a1b5394dba07cbb61c1f23c2610ef1a3be4c567b (patch) | |
| tree | c7ab5cc57b87847bc7c32094011236c652a5fe60 /api | |
| parent | 3d568919690157ae9fae66a0564c155907a8229b (diff) | |
| download | go-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.txt | 1 |
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 |
