go/src/reflect
Lev Ustimenko 5a3b6400ef Refactor output message
"/reflect/all_test.go : refactor message."

This PR corrects a syntax

%value -> %v

Change-Id: Ie56b93d238f090c564a88eb963dc9b7773054356
GitHub-Last-Rev: 023fde3ed4
GitHub-Pull-Request: golang/go#66974
Reviewed-on: https://go-review.googlesource.com/c/go/+/580935
Reviewed-by: Joedian Reid <joedian@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
2024-04-22 22:06:14 +00:00
..
internal
abi.go
abi_test.go
all_test.go Refactor output message 2024-04-22 22:06:14 +00:00
arena.go reflect: add available godoc link 2024-04-02 15:20:05 +00:00
asm_386.s
asm_amd64.s
asm_arm.s
asm_arm64.s
asm_loong64.s reflect, runtime: add reflect support for regABI on loong64 2023-11-21 19:04:25 +00:00
asm_mips64x.s
asm_mipsx.s
asm_ppc64x.s
asm_riscv64.s
asm_s390x.s
asm_wasm.s
benchmark_test.go reflect: optimize Value.IsZero for struct types 2023-11-19 17:09:03 +00:00
deepequal.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
example_test.go
export_test.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
float32reg_generic.go
float32reg_ppc64x.s
float32reg_riscv64.s
makefunc.go reflect: add available godoc link 2024-04-02 15:20:05 +00:00
nih_test.go
set_test.go
stubs_ppc64x.go
stubs_riscv64.go
swapper.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
tostring_test.go
type.go reflect: remove unnecessary type conversions of untyped PtrSize 2024-04-19 18:02:47 +00:00
type_test.go reflect: optimize TypeFor for non-interface types 2024-02-12 14:38:07 +00:00
value.go internal/abi: define EmptyInterface, TypeOf, and NoEscape 2024-04-17 21:09:59 +00:00
visiblefields.go
visiblefields_test.go