1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/mime/quotedprintable
Alexandre Cesaro 6b045d9aef mime/quotedprintable: Return a Reader instead of an io.Reader
It is not needed right now, but it will allow more flexibility in
the future.

Fixes #10472

Change-Id: I2eaea70abeca5ed10f89b0b2dfdabdac376a0a41
Reviewed-on: https://go-review.googlesource.com/8964
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-04-16 16:18:26 +00:00
..
reader_test.go mime/quotedprintable: accept badly encoded bytes 2015-03-24 22:35:58 +00:00
reader.go mime/quotedprintable: Return a Reader instead of an io.Reader 2015-04-16 16:18:26 +00:00
writer_test.go mime/quotedprintable: add binary mode to the writer 2015-03-30 12:49:19 +00:00
writer.go mime/quotedprintable: add binary mode to the writer 2015-03-30 12:49:19 +00:00