]> Cypherpunks repositories - gostls13.git/commit
go: help messages for 'go test'
authorRuss Cox <rsc@golang.org>
Thu, 15 Dec 2011 18:54:19 +0000 (13:54 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 15 Dec 2011 18:54:19 +0000 (13:54 -0500)
commit143f3b38f5fe48d33bff8f76728739694b3e060f
tree9a080b80120d7e7c9461d807ea573af0d83f04fe
parent11b7c89b262c41ce53d4ac936fce13ae1488c5d0
go: help messages for 'go test'

The plan is to make 'go test' replace gotest entirely, so it
cannot refer to gotest's godoc.  Instead, copy gotest's
documentation in as three different help messages:
'go help test', 'go help testflag', and 'go help testfunc'.

R=r
CC=golang-dev
https://golang.org/cl/5491048
src/cmd/go/main.go
src/cmd/go/test.go