Skip to content

Commit f9027d6

Browse files
committed
all: freeze net/rpc and reword the 'frozen' message in other frozen packages
Make the messages grammatically korrect and consistent. Fixes #16844 Change-Id: I7c137b4dc25c0c875ed07b0c64c67ae984c39cbc Reviewed-on: https://go-review.googlesource.com/32112 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent cec84f7 commit f9027d6

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

src/log/syslog/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// the syslog client will attempt to reconnect to the server
1111
// and write again.
1212
//
13-
// The syslog package is frozen and not accepting new features.
13+
// The syslog package is frozen and is not accepting new features.
1414
// Some external packages provide more functionality. See:
1515
//
1616
// https://godoc.org/?q=syslog

src/net/rpc/server.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
122122
A server implementation will often provide a simple, type-safe wrapper for the
123123
client.
124+
125+
The net/rpc package is frozen and is not accepting new features.
124126
*/
125127
package rpc
126128

src/net/smtp/smtp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// STARTTLS RFC 3207
1010
// Additional extensions may be handled by clients.
1111
//
12-
// The smtp package is frozen and not accepting new features.
12+
// The smtp package is frozen and is not accepting new features.
1313
// Some external packages provide more functionality. See:
1414
//
1515
// https://godoc.org/?q=smtp

src/testing/quick/quick.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Package quick implements utility functions to help with black box testing.
66
//
7-
// The package is frozen and not accepting new features.
7+
// The testing/quick package is frozen and is not accepting new features.
88
package quick
99

1010
import (

src/text/tabwriter/tabwriter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// The package is using the Elastic Tabstops algorithm described at
99
// http://nickgravgaard.com/elastictabstops/index.html.
1010
//
11-
// The package is frozen and not accepting new features.
11+
// The text/tabwriter package is frozen and is not accepting new features.
1212
package tabwriter
1313

1414
import (

0 commit comments

Comments
 (0)