go/src/strconv
Ankit Goyal 860484a15f strconv: add example for IsGraphic
Change-Id: I58ba1f5d5c942d6a345c19df1bca80b63fb5abf5
Reviewed-on: https://go-review.googlesource.com/132777
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-09-03 05:45:52 +00:00
..
testdata
atob.go strconv: add missing period to godoc comment 2018-06-09 01:26:25 +00:00
atob_test.go
atof.go
atof_test.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
atoi.go strconv: optimize Atoi for common case 2017-08-25 10:17:39 +00:00
atoi_test.go strconv: optimize Atoi for common case 2017-08-25 10:17:39 +00:00
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 strconv: make code formatting more consistent in doc.go 2018-03-19 12:53:16 +00:00
example_test.go strconv: add example for IsGraphic 2018-09-03 05:45:52 +00:00
export_test.go strconv: check bitsize range in ParseInt and ParseUint 2017-08-22 13:37:40 +00:00
extfloat.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
fp_test.go
ftoa.go strconv: clarify "g" and "G" precision in the docs 2018-08-01 00:57:00 +00:00
ftoa_test.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
internal_test.go
isprint.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
itoa.go strconv: simplify and optimize Itoa(small) 2018-05-03 18:07:02 +00:00
itoa_test.go strconv: simplify and optimize Itoa(small) 2018-05-03 18:07:02 +00:00
makeisprint.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
quote.go strconv: use bytealg implementation of IndexByteString 2018-08-22 17:04:01 +00:00
quote_test.go strconv: detect invalid UTF-8 in the Unquote fast path 2018-02-13 18:33:44 +00:00
strconv_test.go