1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg/mime
Brad Fitzpatrick 98f95b8048 mime/multipart: convert Reader from interface to struct
It was always a weird interface but I didn't know what I
was doing at the time.  rsc questioned me about it then
but didn't press on it during review.  Then adg bugged me
about it too recently.

So clean it up. It parallels the Writer struct too.

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/4602063
2011-06-16 08:55:53 -07:00
..
multipart mime/multipart: convert Reader from interface to struct 2011-06-16 08:55:53 -07:00
grammar.go mime: delete unnecessary constant conversions. 2010-08-20 07:42:02 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
mediatype_test.go mime: RFC 2231 continuation / non-ASCII support 2011-04-18 10:59:39 -07:00
mediatype.go mime: add a TODO, fix the format of an error 2011-04-18 11:21:16 -07:00
mime_test.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
test.types mime: new package, use in http 2010-02-09 20:47:45 -08:00
type.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00