1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg/mime/multipart
Brad Fitzpatrick a18f4ab569 all: use {bytes,strings}.NewReader instead of bytes.Buffers
Use the smaller read-only bytes.NewReader/strings.NewReader instead
of a bytes.Buffer when possible.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/54660045
2014-01-27 11:05:01 -08:00
..
testdata all: remove exec bit on files 2013-01-18 02:41:17 +08:00
formdata_test.go all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
formdata.go bytes,strings: make *Reader implement io.ReaderAt 2012-02-15 12:58:00 +11:00
multipart_test.go mime/multipart: transparently decode quoted-printable transfer encoding 2012-11-19 19:50:19 -08:00
multipart.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
quotedprintable_test.go mime/multipart: don't strip leading space/tab in quoted-printable decoding 2013-04-17 20:04:58 -07:00
quotedprintable.go mime/multipart: don't strip leading space/tab in quoted-printable decoding 2013-04-17 20:04:58 -07:00
writer_test.go mime/multipart: allow setting the Writer boundary 2012-12-10 16:30:42 -05:00
writer.go mime/multipart: allow setting the Writer boundary 2012-12-10 16:30:42 -05:00