commit | 45a3b3714ff78fe1c81a5b3680822859a9fa35ff | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Mar 06 15:47:49 2013 -0800 |
committer | Rob Pike <r@golang.org> | Wed Mar 06 15:47:49 2013 -0800 |
tree | b15739e4f6f38f6dffb27c99d6470d61677b15ca | |
parent | d07978a0f7ddfc1eb9b7434e06328987145313da [diff] |
doc/effective_go.html: unify and expand the discussion of Sprintf and String It's a common mistake to build a recursive String method; explain it well and show how to avoid it. R=golang-dev, bradfitz, adg CC=golang-dev https://golang.org/cl/7486049