1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:00:07 -07:00

doc: go1.6.txt: go test flag changes

Change-Id: Icb52589909776fbe195ef2502ec7c0a4b590f350
Reviewed-on: https://go-review.googlesource.com/14859
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Rob Pike 2015-09-23 14:23:01 -07:00
parent 6acb4d944d
commit c0486b1293

View File

@ -1,6 +1,7 @@
Tools:
cmd/go: vendoring enabled by default (https://golang.org/cl/13967/)
cmd/go: flags for tests must precede package name if present; also makes it easier to pass flags to test binaries (https://golang.org/cl/14826)
Ports: