1
0
mirror of https://github.com/golang/go synced 2024-09-30 19:38:33 -06:00
go/src/strconv
Robert Griesemer 63ee321059 strconv: fix comment
Fixes #12531.

Change-Id: I66dc7ac1b71b8f72b4a8f3ec18befa2607ef358b
Reviewed-on: https://go-review.googlesource.com/14494
Reviewed-by: Rob Pike <r@golang.org>
2015-09-10 21:31:07 +00:00
..
testdata
atob_test.go
atob.go
atof_test.go
atof.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
atoi_test.go strconv: add atoi tests for uncommon bases and syntax errors 2015-01-08 16:51:47 +00:00
atoi.go strconv: speed up atoi for common cases 2015-01-08 20:58:26 +00:00
decimal_test.go
decimal.go strconv: use 64bit uint for decimal conversion if available 2015-04-10 17:42:20 +00:00
doc.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
example_test.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
extfloat.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
fp_test.go
ftoa_test.go strconv: simplify code for binary exponent float format 2015-03-05 16:52:41 +00:00
ftoa.go strconv: minor internal comment fix 2015-05-27 22:02:02 +00:00
internal_test.go
isprint.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
itoa_test.go strconv/itoa: add test to generate the longest output string possible by formatBits 2014-12-27 22:35:08 +00:00
itoa.go strconv: fix comment 2015-09-10 21:31:07 +00:00
makeisprint.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
quote_test.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
quote.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
strconv_test.go