• Rob Pike's avatar
    fix up %p · 148ee9c0
    Rob Pike authored
    - 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
    148ee9c0
value.go 30.6 KB