commit | 148ee9c0092cc6bde1fd7e40f5d7fd6f05897847 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Dec 23 07:34:17 2009 +1100 |
committer | Rob Pike <r@golang.org> | Wed Dec 23 07:34:17 2009 +1100 |
tree | dee0ab89333701fbb6e3ca65771cecc415331e6a | |
parent | d488c4b4acc4ffadb4ac09b5c6f0f2898fd29fa2 [diff] |
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