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
errors_test.go
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
gostringer_example_test.go
print.go fmt: fix incorrect doc comment 2024-09-23 18:01:36 +00:00
scan.go
scan_test.go
state_test.go
stringer_example_test.go
stringer_test.go