mirror of
https://github.com/golang/go.git
synced 2025-05-30 19:52:53 +00:00
This is a practical use of CL 577915, follow-up to CL 577835. Change-Id: Ibe7e2fa11b444afa1898dc6f6aba1512fe98f1fe Reviewed-on: https://go-review.googlesource.com/c/go/+/578195 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
5 lines
280 B
Markdown
5 lines
280 B
Markdown
On Windows, [Readlink] no longer tries to normalize volumes
|
|
to drive letters, which was not always even possible.
|
|
This behavior is controlled by the `winreadlinkvolume` setting.
|
|
For Go 1.23, it defaults to `winreadlinkvolume=1`.
|
|
Previous versions default to `winreadlinkvolume=0`. |