]> Cypherpunks repositories - gostls13.git/commit
cmd/go: clarify and simplify (a little) the description of go test's caching
authorRob Pike <r@golang.org>
Mon, 15 Jan 2018 01:52:48 +0000 (12:52 +1100)
committerRob Pike <r@golang.org>
Mon, 15 Jan 2018 03:01:20 +0000 (03:01 +0000)
commit39687051e9e781bb438ad32154472356fddf98a8
treef854ac1e5870734ad07df53beccd754e0a22faec
parenta89fa7040bdccd0531aa51eb7c8c83f6fa36df25
cmd/go: clarify and simplify (a little) the description of go test's caching

I found the previous text choppy and hard to follow, and in putting
this CL together, based entirely on the existing text, I found
several details that seemed misleading to me.

This is my attempt to make the text simultaneously easier to
understand, more complete, and more precise. I may have failed in
all three, but I wanted to try.

Change-Id: I088cb457f6fcad8f2b40236949cc3ac43455e600
Reviewed-on: https://go-review.googlesource.com/87735
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/test/test.go