]> Cypherpunks repositories - gostls13.git/commit
cmd/go: small code reorganization
authorJeremy Schlatter <jeremy.schlatter@gmail.com>
Fri, 27 Mar 2015 01:59:31 +0000 (01:59 +0000)
committerMinux Ma <minux@golang.org>
Fri, 27 Mar 2015 21:02:11 +0000 (21:02 +0000)
commit4ec7e76a741ae617425b6c6674eee99085eb26da
treec4a39a1f09909552490dc26a9fa9d4f51af5aa83
parent2f7ad5265c4145a5b73984342cc0605bf9756622
cmd/go: small code reorganization

covermode is not passed to 6.out, so it should not be grouped
with the flags that are. Move it to the "local" section.

Change-Id: Id487898962e7ab7adf98b0854c2f1802116bec11
Reviewed-on: https://go-review.googlesource.com/8132
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/go/testflag.go