go/src/strconv
Justyn Temme b0838ca292 strconv: clarify doc for Atoi return type
Change-Id: I47bd98509663d75b0d4dedbdb778e803d90053cf
Reviewed-on: https://go-review.googlesource.com/24216
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-06-28 18:16:25 +00:00
..
testdata
atob.go all: remove public named return values when useless 2016-02-29 03:31:19 +00:00
atob_test.go
atof.go strconv: fix ParseFloat for special forms of zero values 2016-04-19 22:39:43 +00:00
atof_test.go strconv: fix ParseFloat for special forms of zero values 2016-04-19 22:39:43 +00:00
atoi.go strconv: clarify doc for Atoi return type 2016-06-28 18:16:25 +00:00
atoi_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
decimal.go
decimal_test.go
doc.go
example_test.go
extfloat.go all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
fp_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
ftoa.go all: single space after period. 2016-03-02 00:13:47 +00:00
ftoa_test.go strconv: use Run for some benchmarks 2016-06-02 20:47:29 +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: fix comment 2015-09-10 21:31:07 +00:00
itoa_test.go
makeisprint.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
quote.go all: single space after period. 2016-03-02 00:13:47 +00:00
quote_test.go strconv: Avoid allocation in AppendQuote* 2016-02-27 17:15:01 +00:00
strconv_test.go