Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | go.blog: fix build; add "// +build OMIT" to many samples | Andrew Gerrand | 2014-04-15 |
| | | | | | | | | | | We use OMIT instead of ignore so such lines will be omitted from present output. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/87890045 | ||
* | 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 |