]> Cypherpunks.ru repositories - gostls13.git/commit
reflect: use same conversion panic in reflect and runtime
authorIan Lance Taylor <iant@golang.org>
Mon, 14 Jun 2021 21:30:46 +0000 (14:30 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 14 Jun 2021 21:46:05 +0000 (21:46 +0000)
commit0fd20ed5b67a950c7085b20c36dbfd9a70d2bfda
treee658ea60e95d39138d1df1f0319e03401b471e59
parent6bbb0a9d4a086af04d8eb16e17d1b144622a86f5
reflect: use same conversion panic in reflect and runtime

Consistently say "pointer to array", not "array pointer".

Fixes #46743

Change-Id: I2388ec5c16f96e82a3a383b9b462b350686ddc5e
Reviewed-on: https://go-review.googlesource.com/c/go/+/327870
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/reflect/all_test.go
src/reflect/value.go