]> Cypherpunks repositories - gostls13.git/commit
mime: fix build
authorRuss Cox <rsc@golang.org>
Fri, 26 Aug 2011 21:19:52 +0000 (17:19 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 26 Aug 2011 21:19:52 +0000 (17:19 -0400)
commit91643acc6f3d1587a07436b26bc805f6b27e45f4
treecc43027dc5090e1840bf93e14974d6dec6c8553e
parent75199664d9d0649a8871882b1c9a9f213479b9c6
mime: fix build

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
src/pkg/mime/mediatype.go
src/pkg/mime/type.go
src/pkg/mime/type_test.go