]> Cypherpunks repositories - gostls13.git/commit
cmd/go: document changes to go test -c and -o
authorRuss Cox <rsc@golang.org>
Mon, 5 Jun 2023 16:38:59 +0000 (12:38 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 6 Jun 2023 19:24:46 +0000 (19:24 +0000)
commit0ddd067be6b9a76680a22d97765827e1e98c5ca9
tree4fa9a0cf79a6ce630298e48f95994218abbc295f
parent96d8d3eb3294e85972aed190aec1806ef3c30712
cmd/go: document changes to go test -c and -o

This was missing from CL 466397.

For #15513.

Change-Id: I138b7d76842815f4e702d7fe551aa8968097f75b
Reviewed-on: https://go-review.googlesource.com/c/go/+/500955
Reviewed-by: Michael Matloob <matloob@golang.org>
TryBot-Bypass: Russ Cox <rsc@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/test/test.go