]> Cypherpunks repositories - gostls13.git/commit
flag: export commandLine, the previously internal default FlagSet
authorRob Pike <r@golang.org>
Thu, 8 Aug 2013 01:50:58 +0000 (11:50 +1000)
committerRob Pike <r@golang.org>
Thu, 8 Aug 2013 01:50:58 +0000 (11:50 +1000)
commit6ac93e2ac8bb0e0eea58f691c949b81cb66b5d5d
tree9b7ac203986e6f564790b7dbc4424b0dc1ebd93f
parenta97a91de06b3f071a08314c7cb54eac57c4a624a
flag: export commandLine, the previously internal default FlagSet
s/commandLine/CommandLine/g

Fixes #4209.

R=golang-dev, dsymonds, bradfitz
CC=golang-dev
https://golang.org/cl/12587043
src/pkg/flag/export_test.go
src/pkg/flag/flag.go
src/pkg/flag/flag_test.go