Skip to content

Commit 883e128

Browse files
committed
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 <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Andrew Gerrand <[email protected]>
1 parent 1d2ca9e commit 883e128

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/net/smtp/smtp.go

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
// AUTH RFC 2554
99
// STARTTLS RFC 3207
1010
// Additional extensions may be handled by clients.
11+
//
12+
// The smtp package is frozen and not accepting new features.
13+
// Some external packages provide more functionality. See:
14+
//
15+
// https://godoc.org/?q=smtp
1116
package smtp
1217

1318
import (

0 commit comments

Comments
 (0)