• Rob Pike's avatar
    all: avoid bytes.NewBuffer(nil) · 5be24046
    Rob Pike authored
    The practice encourages people to think this is the way to
    create a bytes.Buffer when new(bytes.Buffer) or
    just var buf bytes.Buffer work fine.
    (html/token.go was missing the point altogether.)
    
    R=golang-dev, bradfitz, r
    CC=golang-dev
    https://golang.org/cl/5637043
    5be24046
token.go 18.6 KB