1
0
mirror of https://github.com/golang/go synced 2024-11-17 08:14:48 -07:00

net/mail: remove obsolete comment

Forgot to remove this in CL 555596.

Change-Id: I903a6d1c02ee38b676e3e5860376d8d9509f0e03
Reviewed-on: https://go-review.googlesource.com/c/go/+/558675
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Roland Shoemaker <roland@golang.org>
This commit is contained in:
Roland Shoemaker 2024-01-25 16:11:15 -08:00 committed by Gopher Robot
parent 4c394b5638
commit 8081c08449

View File

@ -13,7 +13,6 @@ Notable divergences:
- The full range of spacing (the CFWS syntax element) is not supported,
such as breaking addresses across lines.
- No unicode normalization is performed.
- The special characters ()[]:;@\, are allowed to appear unquoted in names.
- A leading From line is permitted, as in mbox format (RFC 4155).
*/
package mail