Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | go.blog/slices: fix bug in Append | Rob Pike | 2013-09-27 |
| | | | | | | | | | | | | The code didn't work but the blog runs the previous simple version, which does, so when you hit Run it looks like it's working. It only had two bugs (so far). Thanks to shelah.kell@gmail.com for noticing. R=adg CC=golang-dev https://golang.org/cl/14036043 | ||
* | 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 |