Hello rsc, stephenm (cc: golang-dev@googlegroups.com), I'd like you to review this change.
LGTM http://codereview.appspot.com/2310041/diff/1/doc/effective_go.html File doc/effective_go.html (right): http://codereview.appspot.com/2310041/diff/1/doc/effective_go.html#newcode1881 doc/effective_go.html:1881: func (ctr *Counter) ServeHTTP(c http.ResponseWriter, req *http.Request) { Probably change all the c to w. http://codereview.appspot.com/2310041/diff/1/doc/effective_go.html#newcode1887 doc/effective_go.html:1887: (Keeping with our theme, note how <code>Fprintf</code> can print to an HTTP connection.) to a ResponseWriter.
*** Submitted as http://code.google.com/p/go/source/detail?r=3101675f717f *** Effective Go: update for new http interface. R=rsc, stephenm CC=golang-dev http://codereview.appspot.com/2310041