go/src/strconv
Russ Cox 8bb88fdcc2 strconv: apply Brad's review comment
Missed in CL 49253 because I submitted from the Gerrit UI and
had not mailed the latest copy. Sigh.

Change-Id: I540f960278df43e2eaf1aac188eb124a1ff240dd
Reviewed-on: https://go-review.googlesource.com/49256
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2017-07-17 16:32:05 +00:00
..
testdata
atob.go
atob_test.go
atof.go
atof_test.go strconv: apply Brad's review comment 2017-07-17 16:32:05 +00:00
atoi.go
atoi_test.go
decimal.go strconv: adds missing comment to neg flag, formats comment on trunc flag 2017-07-15 19:41:25 +00:00
decimal_test.go
doc.go
example_test.go
extfloat.go
fp_test.go
ftoa.go
ftoa_test.go
internal_test.go
isprint.go
itoa.go strconv: optimize decimal ints formatting with smallsString 2017-03-22 16:03:28 +00:00
itoa_test.go strconv: optimize decimal ints formatting with smallsString 2017-03-22 16:03:28 +00:00
makeisprint.go
quote.go strconv: remove unused append rune width param 2017-03-06 04:37:13 +00:00
quote_test.go
strconv_test.go