From: Russ Cox Date: Fri, 5 Jun 2015 05:31:52 +0000 (-0400) Subject: doc/go1.5.txt: mention go test -count X-Git-Tag: go1.5beta1~342 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3a1f163786db81b7051cb5bb39dc059151accb30;p=gostls13.git doc/go1.5.txt: mention go test -count Change-Id: I1d7b728bd161da7bd6dd460862d8be072921e8b9 Reviewed-on: https://go-review.googlesource.com/10763 Reviewed-by: Russ Cox --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index eb70529d51..faaf64c56e 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -102,6 +102,7 @@ cmd/go: add -buildmode build option cmd/gc: add -dynlink option (for amd64 only) cmd/ld: add -buildmode option cmd/trace: new command to view traces (https://golang.org/cl/3601) +cmd/go, testing: add go test -count (https://golang.org/cl/10669) Performance: