]> Cypherpunks repositories - gostls13.git/commit
mime/quotedprintable: Return a Reader instead of an io.Reader
authorAlexandre Cesaro <alexandre.cesaro@gmail.com>
Thu, 16 Apr 2015 14:08:09 +0000 (16:08 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 16 Apr 2015 16:18:26 +0000 (16:18 +0000)
commit6b045d9aefa567ae994d7adec067abbaf8ec11ec
tree8cac5b8f737252054a39d1c70a05fdfc38575318
parent2f0828ef7c083bce7b912217762a872257022011
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>
src/mime/quotedprintable/reader.go