• Russ Cox's avatar
    mime: fix build · 91643acc
    Russ Cox authored
    The fix is to add ' ' after ';' so that we match
    what we used to generate.
    Packages like http look for the string with
    the space in it, and I don't see a reason to
    be so terse.
    
    Also s/buffer/b/
    
    TBR=bradfitz
    CC=golang-dev
    https://golang.org/cl/4959044
    91643acc
Name
Last commit
Last update
..
multipart Loading commit data...
Makefile Loading commit data...
grammar.go Loading commit data...
mediatype.go Loading commit data...
mediatype_test.go Loading commit data...
test.types Loading commit data...
type.go Loading commit data...
type_test.go Loading commit data...