commit | 98f95b80482d044f5e653a01851f39b6c9a4b8ec | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Thu Jun 16 08:55:53 2011 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Jun 16 08:55:53 2011 -0700 |
tree | 8e121bb894269fcdbebe9030823b60173b6213ac | |
parent | 95963e6294ce3e2e700dea4055fb62b73f23aa95 [diff] |
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