]> Cypherpunks repositories - gostls13.git/commit
mime/quotedprintable: create the package
authorAlexandre Cesaro <alexandre.cesaro@gmail.com>
Wed, 25 Feb 2015 18:13:43 +0000 (19:13 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 26 Feb 2015 20:09:28 +0000 (20:09 +0000)
commit045f9df466ac6d12a2be66a1c5d4659d113719bd
tree733cb19f734e4c405a361310b6549438279dbd6a
parent26438d4d80c8c517f1d287d065ad7a967160281e
mime/quotedprintable: create the package

This commit creates the mime/quotedprintable package. It moves and
exports the QP reader of mime/internal/quotedprintable.

The code is almost unchanged to preserve the commit history.

Updates #4943

Change-Id: I4b7b5a2a40a4c84346d42e4cdd2c11a91b28f9e3
Reviewed-on: https://go-review.googlesource.com/5940
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/build/deps_test.go
src/mime/multipart/multipart.go
src/mime/quotedprintable/reader.go [moved from src/mime/internal/quotedprintable/quotedprintable.go with 79% similarity]
src/mime/quotedprintable/reader_test.go [moved from src/mime/internal/quotedprintable/quotedprintable_test.go with 85% similarity]