1
0
mirror of https://github.com/golang/go synced 2024-11-20 08:14:41 -07:00
go/src/pkg/fmt
Rob Pike 148ee9c009 fix up %p
- use an interface {Get()}
- implement Get for maps, slices
- for slices, retrieves the address of the end of the array, which will give the
	same value for every slice of the same array.

R=rsc
CC=golang-dev
https://golang.org/cl/179129
2009-12-23 07:34:17 +11:00
..
fmt_test.go Allow %p on reference types, for debugging. 2009-12-22 17:02:00 +11:00
format.go 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
print.go fix up %p 2009-12-23 07:34:17 +11:00