]> Cypherpunks repositories - gostls13.git/commit
unsafe: fix the documentation
authorRob Pike <r@golang.org>
Thu, 3 Mar 2011 03:39:08 +0000 (19:39 -0800)
committerRob Pike <r@golang.org>
Thu, 3 Mar 2011 03:39:08 +0000 (19:39 -0800)
commit68add46af776369dbaade9eb1eb9de9bb0c7fec8
tree7e366c68f374b970b330f1fce1d76cad37c90a2c
parentdaffc2d2ef1b68eae0a7e79d015fe33339f19534
unsafe: fix the documentation
Reflection is about Pointer, not uintptr.
Also clarify that Reflect and Unreflect are indirect.

R=rsc
CC=golang-dev
https://golang.org/cl/4254052
src/pkg/unsafe/unsafe.go