1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:11:21 -06:00
go/src/pkg/fmt
Rob Pike 5245ea771d fmt.Printf: fix bug in handling of %#v.
nice side effect: slices now obey their format verb. example:
	fmt.Printf("%q\n", []string{"a"})

R=rsc
CC=golang-dev
https://golang.org/cl/1729045
2010-06-28 14:11:38 -07:00
..
fmt_test.go fmt.Printf: fix bug in handling of %#v. 2010-06-28 14:11:38 -07:00
format.go fmt.Printf: fix bug in handling of %#v. 2010-06-28 14:11:38 -07:00
Makefile fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package. 2010-05-25 21:02:35 -07:00
print.go fmt.Printf: fix bug in handling of %#v. 2010-06-28 14:11:38 -07:00
scan_test.go fmt.Scan: fix handling of EOFs. 2010-06-24 15:24:25 -07:00
scan.go fmt.Scan: fix handling of EOFs. 2010-06-24 15:24:25 -07:00
stringer_test.go fmt.Print*: reimplement to switch on type first. 2010-06-14 17:16:35 -07:00