]> Cypherpunks repositories - gostls13.git/commit
doc/go1.19: move the description of the runtime.GOROOT change from 'cmd/go' to 'runtime'
authorBryan C. Mills <bcmills@google.com>
Mon, 18 Apr 2022 14:56:19 +0000 (10:56 -0400)
committerBryan Mills <bcmills@google.com>
Tue, 19 Apr 2022 16:24:48 +0000 (16:24 +0000)
commit0670afa1b3aaed740816c5ffc9825d154c47d188
tree211641e703e13ff51dbe4e39c0a837983717d17d
parente04280838f34669458d55d6aab812a8c304c40a0
doc/go1.19: move the description of the runtime.GOROOT change from 'cmd/go' to 'runtime'

Even though the change in the behavior of 'runtime.GOROOT' was
not actually due to a change in the runtime package proper, I
suspect that users who notice it will look for the release note
in that section, not the 'cmd/go' section.

Fixes #51461.

Change-Id: I271752968d4152a7fdf3e170537e3072bf87ce86
Reviewed-on: https://go-review.googlesource.com/c/go/+/400814
Reviewed-by: Ian Lance Taylor <iant@google.com>
doc/go1.19.html