diff options
| author | Damien Neil <dneil@google.com> | 2025-05-19 15:51:14 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-05-21 11:59:27 -0700 |
| commit | 4b7aa542ebc5144b2df7ee455ab137eb90de6f00 (patch) | |
| tree | 0d664e3664d346e39de085bea22021bbdaf9f71a /api | |
| parent | 3ae95aafb5d656596212c672c6e104e5c8802dbc (diff) | |
| download | go-4b7aa542ebc5144b2df7ee455ab137eb90de6f00.tar.xz | |
os: add Root.ReadFile and Root.WriteFile
For #73126
Change-Id: Ie69cc274e7b59f958c239520318b89ff0141e26b
Reviewed-on: https://go-review.googlesource.com/c/go/+/674315
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
Diffstat (limited to 'api')
| -rw-r--r-- | api/next/73126.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/73126.txt b/api/next/73126.txt new file mode 100644 index 0000000000..9392448c02 --- /dev/null +++ b/api/next/73126.txt @@ -0,0 +1,2 @@ +pkg os, method (*Root) ReadFile(string) ([]uint8, error) #73126 +pkg os, method (*Root) WriteFile(string, []uint8, fs.FileMode) error #73126 |
