1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:24:51 -07:00
go/src/reflect
Tim Cooper 245e386e4c reflect: allow Copy to a byte array or byte slice from a string
This somewhat mirrors the special case behavior of the copy built-in.

Fixes #22215

Change-Id: Ic353003ad3de659d3a6b4e9d97295b42510f3bf7
Reviewed-on: https://go-review.googlesource.com/70431
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-10-13 02:35:56 +00:00
..
all_test.go reflect: allow Copy to a byte array or byte slice from a string 2017-10-13 02:35:56 +00:00
asm_386.s
asm_amd64.s
asm_amd64p32.s
asm_arm64.s
asm_arm.s
asm_mips64x.s
asm_mipsx.s
asm_ppc64x.s
asm_s390x.s
deepequal.go reflect: document how DeepEqual handles cycles 2017-08-04 22:22:03 +00:00
example_test.go reflect: add example for StructOf 2016-12-06 20:18:12 +00:00
export_test.go reflect: remove useless parameter from newName 2017-08-16 15:11:03 +00:00
makefunc.go runtime: clean up and improve reflect.methodValue comments 2016-12-19 21:02:53 +00:00
set_test.go reflect: check pkgPath for unexported methods in Implements 2017-06-08 00:54:14 +00:00
swapper.go
tostring_test.go
type.go reflect: add URL scheme for godoc hyperlinking 2017-09-27 18:23:25 +00:00
value.go reflect: allow Copy to a byte array or byte slice from a string 2017-10-13 02:35:56 +00:00