mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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 <bradfitz@golang.org>
This commit is contained in:
parent
cec84f7309
commit
f9027d61ab
5 changed files with 6 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
// the syslog client will attempt to reconnect to the server
|
// the syslog client will attempt to reconnect to the server
|
||||||
// and write again.
|
// and write again.
|
||||||
//
|
//
|
||||||
// The syslog package is frozen and not accepting new features.
|
// The syslog package is frozen and is not accepting new features.
|
||||||
// Some external packages provide more functionality. See:
|
// Some external packages provide more functionality. See:
|
||||||
//
|
//
|
||||||
// https://godoc.org/?q=syslog
|
// https://godoc.org/?q=syslog
|
||||||
|
|
|
||||||
|
|
@ -121,6 +121,8 @@
|
||||||
|
|
||||||
A server implementation will often provide a simple, type-safe wrapper for the
|
A server implementation will often provide a simple, type-safe wrapper for the
|
||||||
client.
|
client.
|
||||||
|
|
||||||
|
The net/rpc package is frozen and is not accepting new features.
|
||||||
*/
|
*/
|
||||||
package rpc
|
package rpc
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
// STARTTLS RFC 3207
|
// STARTTLS RFC 3207
|
||||||
// Additional extensions may be handled by clients.
|
// Additional extensions may be handled by clients.
|
||||||
//
|
//
|
||||||
// The smtp package is frozen and not accepting new features.
|
// The smtp package is frozen and is not accepting new features.
|
||||||
// Some external packages provide more functionality. See:
|
// Some external packages provide more functionality. See:
|
||||||
//
|
//
|
||||||
// https://godoc.org/?q=smtp
|
// https://godoc.org/?q=smtp
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
// Package quick implements utility functions to help with black box testing.
|
// Package quick implements utility functions to help with black box testing.
|
||||||
//
|
//
|
||||||
// The package is frozen and not accepting new features.
|
// The testing/quick package is frozen and is not accepting new features.
|
||||||
package quick
|
package quick
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
// The package is using the Elastic Tabstops algorithm described at
|
// The package is using the Elastic Tabstops algorithm described at
|
||||||
// http://nickgravgaard.com/elastictabstops/index.html.
|
// http://nickgravgaard.com/elastictabstops/index.html.
|
||||||
//
|
//
|
||||||
// The package is frozen and not accepting new features.
|
// The text/tabwriter package is frozen and is not accepting new features.
|
||||||
package tabwriter
|
package tabwriter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue