]> Cypherpunks repositories - gostls13.git/commit
flag: handle multiple calls to flag.Parse
authorRuss Cox <rsc@golang.org>
Tue, 7 Dec 2010 18:19:01 +0000 (13:19 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 7 Dec 2010 18:19:01 +0000 (13:19 -0500)
commited7c3f312711f0883532a806ce1ead0b2724a73b
tree55e5df9249379599467c96faca507ffe8bf90291
parent14eb03f614c9b5ae78f09b01be3ba948ce2d17d5
flag: handle multiple calls to flag.Parse

R=r
CC=golang-dev
https://golang.org/cl/3071041
src/pkg/flag/export_test.go [new file with mode: 0644]
src/pkg/flag/flag.go
src/pkg/flag/flag_test.go