]> Cypherpunks repositories - gostls13.git/commit
io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir}
authorJes Cok <xigua67damn@gmail.com>
Fri, 24 Nov 2023 10:02:34 +0000 (10:02 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 27 Nov 2023 16:25:41 +0000 (16:25 +0000)
commitd961b12be9001cf8dbf8f52847607dbf84d94f8d
tree78776823386d9b92512cb363e28f426b7834059c
parent0d018b49e33b1383dc0ae5cc968e800dffeeaf7d
io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir}

Fixes #64366

Change-Id: Ie78ab2cb9e11c0766665cd37fd7a26d36a1c24fa
GitHub-Last-Rev: 3cb3bb84a0ccccc88ba30258f52f699ac1364a7b
GitHub-Pull-Request: golang/go#64372
Reviewed-on: https://go-review.googlesource.com/c/go/+/544835
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Jes Cok <xigua67damn@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/io/fs/readdir_test.go
src/io/fs/readfile_test.go
src/os/file.go