]> Cypherpunks repositories - gostls13.git/commit
fmt: remove uintptrGetter type checks
authorRuss Cox <rsc@golang.org>
Thu, 31 Mar 2011 02:12:30 +0000 (22:12 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 31 Mar 2011 02:12:30 +0000 (22:12 -0400)
commitb66b22cdd4b4ea8c961746b17360921c8cc83b59
tree8909d58d1bc82333185a36466b96f1aed7022043
parent7a5bbfd47f81985ebfb87fb7b5d6dcb76c144c41
fmt: remove uintptrGetter type checks

This will make the fmt code easier to gofix
when the new reflect interface is ready.

R=r
CC=golang-dev
https://golang.org/cl/4324043
src/pkg/fmt/print.go