Skip to content

Commit

Permalink
net/smtp: document that the smtp package is frozen
Browse files Browse the repository at this point in the history
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 <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
  • Loading branch information
bradfitz committed Jul 20, 2016
1 parent 1d2ca9e commit 883e128
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/net/smtp/smtp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

2 comments on commit 883e128

@AlekSi
Copy link
Contributor

@AlekSi AlekSi commented on 883e128 Jul 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? Was there some discussion or proposal?

@bradfitz
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use github issues and gerrit code reviews for discussion, not github comments on commits. Our github code is only a mirror.

Please sign in to comment.