]> Cypherpunks repositories - gostls13.git/commit
flag: allow hexadecimal and octal input for integer flags.
authorLuuk van Dijk <lvd@golang.org>
Fri, 11 Feb 2011 11:23:54 +0000 (12:23 +0100)
committerLuuk van Dijk <lvd@golang.org>
Fri, 11 Feb 2011 11:23:54 +0000 (12:23 +0100)
commit37b178739279d2ab17b836de64375401abdda8ae
tree2e282e5a824e8e1dd8fcd443ffa6c2de2fc09cf7
parent28a2369414eacb9ebc08bd8f0df0ef274df5e368
flag: allow hexadecimal and octal input for integer flags.

R=r
CC=golang-dev
https://golang.org/cl/4182043
src/pkg/flag/flag.go
src/pkg/flag/flag_test.go