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 strconv: fix function name in errors for Atoi 2016-09-04 00:17:58 +00:00
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 strconv: make FormatFloat slowpath a little faster 2016-10-17 18:23:32 +00:00
internal_test.go
isprint.go unicode: upgrade to version 9.0.0 2016-06-28 15:08:11 +00:00
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: strip \r in raw strings passed to Unquote 2016-10-17 18:34:02 +00:00
strconv_test.go strconv: fix function name in errors for Atoi 2016-09-04 00:17:58 +00:00