Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | g.blog/slices: trivial fix to PtrSubtractOneFromLength example | Rob Pike | 2013-09-28 |
| | | | | | | | | | There should be a := not an = in the body of the function. Another broken example working by accident. R=adg CC=golang-dev https://golang.org/cl/14059044 | ||
* | go.blog/slices: first draft of slices blog post | Rob Pike | 2013-09-27 |
It's an exposition of append. Still pretty rough but the programs run. Fixes golang/go#4055. R=golang-dev, adg, dan.kortschak, 0xjnml, mirtchovski, bradfitz CC=golang-dev https://golang.org/cl/13899043 |