]> Cypherpunks repositories - gostls13.git/commit
fmt: clean up after reflect.Interface change.
authorRob Pike <r@golang.org>
Tue, 18 Oct 2011 23:23:07 +0000 (16:23 -0700)
committerRob Pike <r@golang.org>
Tue, 18 Oct 2011 23:23:07 +0000 (16:23 -0700)
commit811d334a65fe7a8fce9680ed5e41878027d00bbc
tree10156f24c820bdbfa5c38e62ddd9c6cdf0811bef
parent4c56c30b78199c3313c1ee0042f0adcc685bae33
fmt: clean up after reflect.Interface change.
Store the reflect.Value in the internal print state. Code is simpler, cleaner,
and a little faster - back to what it was before the change.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5299046
src/pkg/fmt/print.go