]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] cmd/9a: use new flag parser
authorRuss Cox <rsc@golang.org>
Wed, 13 Aug 2014 01:41:42 +0000 (21:41 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Aug 2014 01:41:42 +0000 (21:41 -0400)
commit53b78c84bc118d514c95794770c87dcb850368fb
tree5b0c196ea7276cfbd08b951a529233d558298059
parent27627fd8ed132006e52f141f2abca743bf365bca
[dev.power64] cmd/9a: use new flag parser

Copy main from 6a. Fixes various things, but the
main thing is the use of the new flag parser.
The go command expects to be able to use -trimpath
and not have it be interpreted as -t rimpath.

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/126100043
src/cmd/9a/lex.c