]> Cypherpunks repositories - gostls13.git/commit
cmd/go: document testdata directory in "go help test"
authorJeff R. Allen <jra@nella.org>
Tue, 24 May 2016 17:46:11 +0000 (23:46 +0600)
committerIan Lance Taylor <iant@golang.org>
Tue, 24 May 2016 19:05:09 +0000 (19:05 +0000)
commit2f9eeea212681927385a4713004438cd864966e0
tree41e981033a1da7304d85637375874bc229c82589
parenta0abecf1020c33e82c464f7891b317e83f0c6a78
cmd/go: document testdata directory in "go help test"

Document the correct use of the testdata directory
where test writers might be expecting to find it.

It seems that alldocs.go was out of date, so it
has picked up some other changes with this commit.

Fixes #14715.

Change-Id: I0a22676bb7a64b2a61b56495f7ea38db889d8b37
Reviewed-on: https://go-review.googlesource.com/23353
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/test.go