• 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
Name
Last commit
Last update
..
deflate.go Loading commit data...
deflate_test.go Loading commit data...
flate_test.go Loading commit data...
huffman_bit_writer.go Loading commit data...
huffman_code.go Loading commit data...
inflate.go Loading commit data...
reverse_bits.go Loading commit data...
token.go Loading commit data...