aboutsummaryrefslogtreecommitdiff
path: root/content/slices/prog030.go
Commit message (Collapse)AuthorAge
* g.blog/slices: trivial fix to PtrSubtractOneFromLength exampleRob Pike2013-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 postRob Pike2013-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