1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:44:45 -07:00
The Go programming language
Go to file
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
doc - allow for multiple method names per function type in an interface decl. 2008-11-17 18:11:36 -08:00
include symbol table changes 2008-11-20 17:32:18 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src utf8: add InString routines for decoding in strings 2008-11-24 13:04:27 -08:00
test utf8: add InString routines for decoding in strings 2008-11-24 13:04:27 -08:00
usr - implemented arbitrary padding char for tabwriter 2008-11-21 09:35:49 -08:00