From: Brad Fitzpatrick Date: Wed, 20 Jul 2016 03:27:55 +0000 (-0700) Subject: net/smtp: document that the smtp package is frozen X-Git-Tag: go1.7rc3~1^2~7 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=883e128f4571a59842e1156b5ebe25d8420162d9;p=gostls13.git net/smtp: document that the smtp package is frozen This copies the frozen wording from the log/syslog package. Fixes #16436 Change-Id: If5d478023328925299399f228d8aaf7fb117c1b4 Reviewed-on: https://go-review.googlesource.com/25080 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Andrew Gerrand --- diff --git a/src/net/smtp/smtp.go b/src/net/smtp/smtp.go index b4e4867a9e..9e04dd7c82 100644 --- a/src/net/smtp/smtp.go +++ b/src/net/smtp/smtp.go @@ -8,6 +8,11 @@ // AUTH RFC 2554 // STARTTLS RFC 3207 // Additional extensions may be handled by clients. +// +// The smtp package is frozen and not accepting new features. +// Some external packages provide more functionality. See: +// +// https://godoc.org/?q=smtp package smtp import (