go/src/fmt
Cuong Manh Le 283d8a3d53 all: use reflect.{Pointer,PointerTo}
Updates #47651
Updates #48665

Change-Id: I69a87b45a5cad7a07fbd855040cd9935cf874554
Reviewed-on: https://go-review.googlesource.com/c/go/+/358454
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2021-10-26 14:24:17 +00:00
..
doc.go fmt: split package documentation into more sections 2021-06-07 15:17:48 +00:00
errors.go
errors_test.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 all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
scan.go all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
scan_test.go all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
stringer_example_test.go
stringer_test.go