]> Cypherpunks repositories - gostls13.git/commit
os.Getwd: wrap error on windows and plan9
authorKir Kolyshkin <kolyshkin@gmail.com>
Mon, 19 Aug 2024 20:08:32 +0000 (13:08 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 19 Aug 2024 21:44:08 +0000 (21:44 +0000)
commit2e0a6f855b9af3441347b1b430e5a5e6f82a37fa
treed6d9adefccc6908d13a776cf08d89d19936fb862
parentd2b6bdb0350e9b2b8f704b214ce5936b72de043d
os.Getwd: wrap error on windows and plan9

The errors from os are supposed to be wrapped to add some context,
but in this particular case a raw syscall error is returned.

Change-Id: I1b98dbd7b385c5c1cea79a1b0ec7201ca9bdca40
Reviewed-on: https://go-review.googlesource.com/c/go/+/606657
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/os/getwd.go