1
0
mirror of https://github.com/golang/go synced 2024-11-18 13:44:48 -07:00
go/src/flag
bogem e273a27946 flag: use strconv instead of fmt in values' String funcs
The existing implementation of flag values with fmt package uses
more memory and works slower than the implementation with strconv
package.

Change-Id: I9e749179f66d5c50cafe98186641bcdbc546d2db
Reviewed-on: https://go-review.googlesource.com/28914
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-09-10 10:29:44 +00:00
..
example_test.go
export_test.go
flag_test.go flag: recognize "0s" as the zero value for a flag.Duration 2016-05-31 23:45:47 +00:00
flag.go flag: use strconv instead of fmt in values' String funcs 2016-09-10 10:29:44 +00:00