go/src/pkg/fmt
Rob Pike 811d334a65 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
2011-10-18 16:23:07 -07:00
..
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
doc.go fmt: fix doc typo 2011-10-11 08:49:09 -07:00
fmt_test.go fmt: fix test relying on map iteration order. 2011-10-18 11:47:11 +11:00
format.go fmt: handle precision 0 format stings in standard way 2011-07-21 16:46:51 +10:00
print.go fmt: clean up after reflect.Interface change. 2011-10-18 16:23:07 -07:00
scan.go fmt: Scan(&int) was mishandling a lone zero. 2011-07-18 10:05:35 +10:00
scan_test.go fmt: Scan(&int) was mishandling a lone zero. 2011-07-18 10:05:35 +10:00
stringer_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00