]> Cypherpunks repositories - gostls13.git/commit
reflect: add FuncOf function
authorDave Day <djd@golang.org>
Tue, 23 Dec 2014 04:19:30 +0000 (15:19 +1100)
committerDave Day <djd@golang.org>
Thu, 16 Apr 2015 01:38:50 +0000 (01:38 +0000)
commite1c1fa291934e49056b738166e243fd3aea7a7dd
treeda2f0621e7413b1111ad9296e5e8fc5cd533e77e
parentf5b5e4181422e927463bc4de713ed8ac857e4803
reflect: add FuncOf function

This also involves adding functions to typelinks along with a minor
change to ensure they are sorted correctly.

Change-Id: I054a79b6498a634cbccce17579f52c299733c2cf
Reviewed-on: https://go-review.googlesource.com/1996
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/gc/reflect.go
src/reflect/all_test.go
src/reflect/export_test.go
src/reflect/type.go