From 400a5af19bb5af842342757864f3fb303867adc3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 30 Jan 2020 18:55:11 -0800 Subject: [PATCH] doc/go1.14: mention new method mime/multipart.(*Reader).NextRawPart Updates #29090 Updates #36878 Change-Id: I63f0eb583285d5c12f591cb704097cdf6a67b64f Reviewed-on: https://go-review.googlesource.com/c/go/+/217128 Reviewed-by: Brad Fitzpatrick --- doc/go1.14.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index 0bb9f3fd492..93c93743ad4 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -532,6 +532,18 @@ TODO +
mime/multipart
+
+

+ The + new Reader + method NextRawPart + supports fetching the next MIME part without transparently + decoding quoted-printable data. +

+
+
+
net/http