1
0
mirror of https://github.com/golang/go synced 2024-11-26 03:27:58 -07:00
go/src/strconv
Yossef Hisham 53270be21c strconv: document that Unquote("''") returns an empty string
Fixes #64280

Change-Id: I1ad84d85b666a2ef52dc6ecdecd508b4e7fe24a6
GitHub-Last-Rev: 6242027261
GitHub-Pull-Request: golang/go#68524
Reviewed-on: https://go-review.googlesource.com/c/go/+/599575
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
2024-07-22 18:35:09 +00:00
..
testdata
atob_test.go
atob.go
atoc_test.go
atoc.go strconv: use stringslite.Clone 2024-05-05 00:24:26 +00:00
atof_test.go
atof.go
atoi_test.go
atoi.go strconv: use stringslite.Clone 2024-05-05 00:24:26 +00:00
bytealg_bootstrap.go
bytealg.go
ctoa_test.go
ctoa.go strconv: add available godoc link 2024-04-04 14:21:28 +00:00
decimal_test.go
decimal.go
doc.go strconv: add available godoc link 2024-04-04 14:21:28 +00:00
eisel_lemire.go
example_test.go
export_test.go
fp_test.go
ftoa_test.go
ftoa.go strconv: add available godoc link 2024-04-04 14:21:28 +00:00
ftoaryu_test.go
ftoaryu.go
internal_test.go
isprint.go
itoa_test.go
itoa.go strconv: add available godoc link 2024-04-04 14:21:28 +00:00
makeisprint.go strconv: use slices.BinarySearch to simplify makeisprint.go 2024-03-11 18:56:17 +00:00
quote_test.go
quote.go strconv: document that Unquote("''") returns an empty string 2024-07-22 18:35:09 +00:00
strconv_test.go