]> Cypherpunks repositories - gostls13.git/commit
cmd/go: rearrange help for 'go test'
authorRob Pike <r@golang.org>
Thu, 9 Feb 2012 03:12:18 +0000 (14:12 +1100)
committerRob Pike <r@golang.org>
Thu, 9 Feb 2012 03:12:18 +0000 (14:12 +1100)
commit00d0f8e3201d1865b7cd1efa031c4dbe4a96dd7e
tree25d54573d31c205e324d26d233a6267526381bf0
parent3484d5462d27660fb6e85f290e7dd24fcafa99b9
cmd/go: rearrange help for 'go test'
Put the 'go test' flags into 'go help test', so 'go help testflags'
is about the flags for the compiled test binary.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5641060
src/cmd/go/test.go