]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/test: update documentation for the "go test" command
authorJulian Dax <julian.dax@posteo.de>
Mon, 15 Jul 2024 14:36:07 +0000 (16:36 +0200)
committerMichael Matloob <matloob@golang.org>
Tue, 30 Jul 2024 14:20:03 +0000 (14:20 +0000)
commita55f9d93e31c885f104896dc7c03fa14ec1a1b29
treea0b45cbd60d654a222ab62a8207a0ffaadfa7223
parent966688a43a8b577c2eb2e7165a57fdae87a1840e
cmd/go/internal/test: update documentation for the "go test" command

The documentation referred to the package's source root as $GOPATH, which is no longer correct.

Fixes #64303

Change-Id: I2ea113497975726468d4ee4f85e2cfcbea9a76d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/598235
Reviewed-by: Julian Dax <julian.dax@posteo.de>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/test/test.go