File tree 5 files changed +6
-4
lines changed 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
// the syslog client will attempt to reconnect to the server
11
11
// and write again.
12
12
//
13
- // The syslog package is frozen and not accepting new features.
13
+ // The syslog package is frozen and is not accepting new features.
14
14
// Some external packages provide more functionality. See:
15
15
//
16
16
// https://godoc.org/?q=syslog
Original file line number Diff line number Diff line change 121
121
122
122
A server implementation will often provide a simple, type-safe wrapper for the
123
123
client.
124
+
125
+ The net/rpc package is frozen and is not accepting new features.
124
126
*/
125
127
package rpc
126
128
Original file line number Diff line number Diff line change 9
9
// STARTTLS RFC 3207
10
10
// Additional extensions may be handled by clients.
11
11
//
12
- // The smtp package is frozen and not accepting new features.
12
+ // The smtp package is frozen and is not accepting new features.
13
13
// Some external packages provide more functionality. See:
14
14
//
15
15
// https://godoc.org/?q=smtp
Original file line number Diff line number Diff line change 4
4
5
5
// Package quick implements utility functions to help with black box testing.
6
6
//
7
- // The package is frozen and not accepting new features.
7
+ // The testing/quick package is frozen and is not accepting new features.
8
8
package quick
9
9
10
10
import (
Original file line number Diff line number Diff line change 8
8
// The package is using the Elastic Tabstops algorithm described at
9
9
// http://nickgravgaard.com/elastictabstops/index.html.
10
10
//
11
- // The package is frozen and not accepting new features.
11
+ // The text/tabwriter package is frozen and is not accepting new features.
12
12
package tabwriter
13
13
14
14
import (
You can’t perform that action at this time.
0 commit comments