1
0
mirror of https://github.com/golang/go synced 2024-11-07 12:46:16 -07:00
go/src/fmt
zfCode 3224990dad fmt: use “truncateString” not “truncate” in method doc
Change-Id: If1acb6a8533a782f80c7d1f0ad5155e98e1134dd
GitHub-Last-Rev: 03384a3d99
GitHub-Pull-Request: golang/go#44375
Reviewed-on: https://go-review.googlesource.com/c/go/+/293629
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Rob Pike <r@golang.org>
Trust: Rob Pike <r@golang.org>
2021-03-13 18:02:24 +00:00
..
doc.go fmt: explain how Formatter interface affects verbs and flags 2020-10-13 19:15:53 +00:00
errors_test.go
errors.go
example_test.go
export_test.go
fmt_test.go fmt: avoid badverb formatting for %q when used with integers 2020-08-17 04:55:28 +00:00
format.go fmt: use “truncateString” not “truncate” in method doc 2021-03-13 18:02:24 +00:00
gostringer_example_test.go
print.go fmt: explain how Formatter interface affects verbs and flags 2020-10-13 19:15:53 +00:00
scan_test.go fmt: fix handling of %% verb in Scanf 2019-10-25 04:15:59 +00:00
scan.go all: avoid string(i) where i has type int 2020-02-26 04:38:19 +00:00
stringer_example_test.go
stringer_test.go