]> Cypherpunks repositories - gostls13.git/commit
doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b is addres...
authorShenghou Ma <minux.ma@gmail.com>
Thu, 17 Apr 2014 05:40:04 +0000 (01:40 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Thu, 17 Apr 2014 05:40:04 +0000 (01:40 -0400)
commitf8f34c330c651b16ef8c54e60f4862b4a66b4a41
tree6285f704c1be39b5caeba6c7e182ca9d2a256dd3
parent827aab07b80cd8ad26548a6fa234b7d038537d33
doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b is addressable.

The rewrite is due to Rob.

LGTM=r, bradfitz, josharian
R=golang-codereviews, bradfitz, r, josharian
CC=golang-codereviews
https://golang.org/cl/87410043
doc/effective_go.html