]> Cypherpunks repositories - gostls13.git/commit
reflect: add MakeFunc (API CHANGE)
authorRuss Cox <rsc@golang.org>
Tue, 25 Sep 2012 00:06:32 +0000 (20:06 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 25 Sep 2012 00:06:32 +0000 (20:06 -0400)
commitba4625c66f5d27e1093758b182c1cd5674c4e67b
treec4bcaccab23b829848ad15436d4fe57d9d8b4c04
parent4b9e8415dee1587933a2d175966737c429f85f27
reflect: add MakeFunc (API CHANGE)

Fixes #1765.

R=iant, r, daniel.morsing, minux.ma, bradfitz, rogpeppe, remyoudompheng
CC=golang-dev
https://golang.org/cl/6554067
src/pkg/reflect/all_test.go
src/pkg/reflect/asm_386.s [new file with mode: 0644]
src/pkg/reflect/asm_amd64.s [new file with mode: 0644]
src/pkg/reflect/asm_arm.s [new file with mode: 0644]
src/pkg/reflect/example_test.go [new file with mode: 0644]
src/pkg/reflect/makefunc.go [new file with mode: 0644]
src/pkg/reflect/value.go