summaryrefslogtreecommitdiff
path: root/src/strconv/example_test.go
Commit message (Expand)AuthorAgeFilesLines
* strconv: reformat and tidy comments in exampleRob Pike2019-11-111-3/+6
* strconv: document handling of NaN and ±InfAndrew Gerrand2019-05-311-1/+1
* strconv: Document ParseFloat's special casesAlex Myasoedov2019-04-291-0/+29
* strconv: add example for QuoteRuneToGraphic and QuoteToGraphic functionsUrvil Patel2018-10-081-2/+38
* strconv: add example for IsGraphicAnkit Goyal2018-09-031-0/+16
* strconv: update Unquote example to be more conciseSabin Mihai Rapan2018-05-071-19/+15
* strconv: add examples to packageCarlos C2015-07-221-0/+338