]> Cypherpunks repositories - gostls13.git/commit
reflect: allow conversion from slice to array
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 13 Sep 2022 05:19:37 +0000 (12:19 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 16 Sep 2022 00:17:05 +0000 (00:17 +0000)
commit805f174e5c948b4ba5d044fc816be0c23b1015c5
treed2cd5ccecbcbfc49bc966d3ec451828dba7bbbd3
parent36760ca9fd3eaf2c79efef48e533b66da6c542bd
reflect: allow conversion from slice to array

Updates #46505

Change-Id: Ib8f52d6ae199338f278731267c966da85dd0acdd
Reviewed-on: https://go-review.googlesource.com/c/go/+/430475
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/reflect/all_test.go
src/reflect/value.go