]> Cypherpunks repositories - gostls13.git/commit
reflect: document that PkgPath and Name return
authorRuss Cox <rsc@golang.org>
Wed, 18 Nov 2009 00:03:14 +0000 (16:03 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 18 Nov 2009 00:03:14 +0000 (16:03 -0800)
commit1dbd3c8d3dee1ee31ae97686fd6b2c756e2f4855
tree322339a7d7caf40cf1d722e7e427f301445a8f8c
parent849e6f99b85eca65e6b6c9bd96aa568b4a4905f9
reflect: document that PkgPath and Name return
empty string for unnamed types.

Fixes #249.

R=r
https://golang.org/cl/156052
src/pkg/reflect/type.go