1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:21:21 -06:00
go/src/lib/reflect
Russ Cox b65a930453 utf8: add InString routines for decoding in strings
reflect: add InterfaceValue.Get(), remove Empty
strconv: add Quote, CanBackquote
fmt:
	* %q go-quoted " string
	* %#q go-quoted ` string if possible, " string otherwise
	* %x hexadecimal string
	* anywhere a string is okay, *[]byte is okay
	* flags # 0 - + space
	* print value inside interface, not interface itself
	* tests

R=r
DELTA=756  (597 added, 121 deleted, 38 changed)
OCL=19888
CL=19916
2008-11-24 13:04:27 -08:00
..
all_test.go utf8: add InString routines for decoding in strings 2008-11-24 13:04:27 -08:00
cast_amd64.s utf8: add InString routines for decoding in strings 2008-11-24 13:04:27 -08:00
gencast.sh utf8: add InString routines for decoding in strings 2008-11-24 13:04:27 -08:00
Makefile refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
tostring.go correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00
type.go Protocol buffer encoding. 2008-11-10 14:47:28 -08:00
typestring.c add cov, prof to default build; clean up compiler warnings 2008-11-14 10:57:48 -08:00
value.go utf8: add InString routines for decoding in strings 2008-11-24 13:04:27 -08:00