]> Cypherpunks repositories - gostls13.git/commit
cmd/go: another attempt at flag handling for coverage
authorRob Pike <r@golang.org>
Wed, 19 Jun 2013 16:44:40 +0000 (09:44 -0700)
committerRob Pike <r@golang.org>
Wed, 19 Jun 2013 16:44:40 +0000 (09:44 -0700)
commitcb2461ba46c3ef7e74e213b287ef09caaed64c3f
tree2c63b5df940d5331d220361a7c1ec1e4bd09b23d
parent27cca31ee1619e8820bec79617e0ead54f90adc1
cmd/go: another attempt at flag handling for coverage
The -cover flag is now just enable/disable and is implied if
either of the other flags is set.

R=rsc
CC=golang-dev
https://golang.org/cl/10420043
src/cmd/go/doc.go
src/cmd/go/test.go
src/cmd/go/testflag.go