]> Cypherpunks repositories - gostls13.git/commitdiff
doc: go1.6.txt: go test flag changes
authorRob Pike <r@golang.org>
Wed, 23 Sep 2015 21:23:01 +0000 (14:23 -0700)
committerRob Pike <r@golang.org>
Wed, 23 Sep 2015 21:23:34 +0000 (21:23 +0000)
Change-Id: Icb52589909776fbe195ef2502ec7c0a4b590f350
Reviewed-on: https://go-review.googlesource.com/14859
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.6.txt

index 03ad32a5b71bcf7e6a820db642c9b9cf4dd467d5..eb9ff14b4684d5eb5ba690029daf1e96885e745b 100644 (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: