]> Cypherpunks repositories - gostls13.git/commit
doc/go1: map deletion
authorRob Pike <r@golang.org>
Thu, 8 Dec 2011 00:11:17 +0000 (16:11 -0800)
committerRob Pike <r@golang.org>
Thu, 8 Dec 2011 00:11:17 +0000 (16:11 -0800)
commit2fa987b6cd135fb9a337a55b02cf073956fcae56
tree0767ca77f58394a28c37247a4a008c6bc4d73ef1
parentbe587a4d5366ea1d53967dfdbd7539b6168c6af2
doc/go1: map deletion
This CL is in part a proposal for how to write these sections:
- Brief discussion of change
- No attempt to analyze the thinking about it
- Old code
- New code, runnable if possible
- How to update old programs

R=golang-dev, remyoudompheng, gri, adg
CC=golang-dev
https://golang.org/cl/5454044
doc/go1.html
doc/go1.tmpl
doc/progs/go1.go [new file with mode: 0644]
doc/progs/run