commit | f8f34c330c651b16ef8c54e60f4862b4a66b4a41 | [log] [tgz] |
---|---|---|
author | Shenghou Ma <minux.ma@gmail.com> | Thu Apr 17 01:40:04 2014 -0400 |
committer | Shenghou Ma <minux.ma@gmail.com> | Thu Apr 17 01:40:04 2014 -0400 |
tree | 6285f704c1be39b5caeba6c7e182ca9d2a256dd3 | |
parent | 827aab07b80cd8ad26548a6fa234b7d038537d33 [diff] |
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