]> Cypherpunks repositories - gostls13.git/commit
runtime: add zero field to rtype
authorIan Lance Taylor <iant@golang.org>
Fri, 30 May 2014 14:56:05 +0000 (07:56 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 30 May 2014 14:56:05 +0000 (07:56 -0700)
commitaad4609c086cc5069aecb66cd1b7c32700fda1d5
treed6fc9ccbc115751e1d93036497770c35ce368454
parent89d46fed2c30b729b9100c1139a1793e10ad8b57
runtime: add zero field to rtype

The rtype struct is meant to be a copy of reflect.rtype.  The
zero field was added to reflect.rtype in 18495:6e50725ac753.

LGTM=rsc
R=khr, rsc
CC=golang-codereviews
https://golang.org/cl/93660045
src/pkg/runtime/type.go