go/src/fmt
Ian Lance Taylor 75736cc169 fmt, strconv: document that exponent is always two digits
Except for %b where it is only one.

Fixes #70862

Change-Id: Ic423a799b73bfa534f4083f6544bb9cd639fef06
Reviewed-on: https://go-review.googlesource.com/c/go/+/636915
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2024-12-17 07:54:13 -08:00
..
doc.go fmt, strconv: document that exponent is always two digits 2024-12-17 07:54:13 -08:00
errors.go all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
errors_test.go errors, fmt: add support for wrapping multiple errors 2022-09-29 18:40:40 +00:00
example_test.go
export_test.go
fmt_test.go fmt: add more function and allocation tests 2024-12-13 11:20:04 -08:00
format.go fmt: allow padding and minus flags at the same time 2024-03-04 17:31:55 +00:00
gostringer_example_test.go
print.go fmt: fix incorrect doc comment 2024-09-23 18:01:36 +00:00
scan.go fmt: add available godoc link 2024-04-02 21:56:20 +00:00
scan_test.go fmt,math/big,net/url: fixes to old Benchmarks 2023-05-23 20:25:13 +00:00
state_test.go fmt: add a function to recover the original format string given a State 2022-08-06 09:19:31 +00:00
stringer_example_test.go
stringer_test.go