1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:41:21 -06:00
go/src/pkg/reflect
Luuk van Dijk 50110c9f83 gc: clean up printing.
Got rid of all the magic mystery globals. Now
for %N, %T, and %S, the flags +,- and # set a sticky
debug, sym and export mode, only visible in the new fmt.c.
Default is error mode. Handle h and l flags consistently with
the least side effects, so we can now change
things without worrying about unrelated things
breaking.

fixes #2361

R=rsc
CC=golang-dev
https://golang.org/cl/5316043
2011-10-31 18:09:40 +01:00
..
all_test.go gc: clean up printing. 2011-10-31 18:09:40 +01:00
deepequal.go reflect: disallow Interface method on Value obtained via unexported name 2011-10-17 18:48:45 -04:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
set_test.go reflect: rename Typeof, NewValue -> TypeOf, ValueOf 2011-04-25 13:39:16 -04:00
tostring_test.go reflect: new Type and Value definitions 2011-04-08 12:26:51 -04:00
type.go gofix -r mapdelete 2011-10-18 09:56:34 -04:00
value.go reflect: make unsafe use of SliceHeader gc-friendly 2011-10-18 10:03:37 -04:00