]> Cypherpunks.ru repositories - gostls13.git/commit
reflect: add Value.CanConvert
authorIan Lance Taylor <iant@golang.org>
Wed, 14 Jul 2021 21:46:09 +0000 (14:46 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 21 Jul 2021 19:25:48 +0000 (19:25 +0000)
commit48c88f1b1bac1ef4fc81246a7f31933f8f922706
treefbab30fe4bdc1734cfc86377510be3d50e04e01e
parent9e26569293c13974d210fd588ebfd29b857d8525
reflect: add Value.CanConvert

For #395
For #46746

Change-Id: I4bfc094cf1cecd27ce48e31f92384cf470f371a6
Reviewed-on: https://go-review.googlesource.com/c/go/+/334669
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
api/go1.17.txt
doc/go1.17.html
src/reflect/all_test.go
src/reflect/value.go