go/src/fmt
yah01 42b93b7fe6 fmt: do not remove trailing zeros for %g and %G with #(sharp) flag
Fixes #36562

Change-Id: Id98ae9f7362cfb825b306c36649d505692d6d60e
GitHub-Last-Rev: 405d51b12e
GitHub-Pull-Request: golang/go#36588
Reviewed-on: https://go-review.googlesource.com/c/go/+/215001
Reviewed-by: Rob Pike <r@golang.org>
2020-02-26 08:43:57 +00:00
..
doc.go errors, fmt: revert rejected changes for Go 1.13 2019-05-15 19:53:15 +00:00
errors.go fmt: fix typo in errors.go 2019-06-27 04:16:38 +00:00
errors_test.go cmd: update x/tools version to enforce only one %w 2019-09-27 21:17:15 +00:00
example_test.go
export_test.go
fmt_test.go fmt: do not remove trailing zeros for %g and %G with #(sharp) flag 2020-02-26 08:43:57 +00:00
format.go fmt: do not remove trailing zeros for %g and %G with #(sharp) flag 2020-02-26 08:43:57 +00:00
gostringer_example_test.go
print.go fmt: always clear wrapErrs 2019-05-23 06:16:38 +00:00
scan.go all: avoid string(i) where i has type int 2020-02-26 04:38:19 +00:00
scan_test.go fmt: fix handling of %% verb in Scanf 2019-10-25 04:15:59 +00:00
stringer_example_test.go
stringer_test.go