]> Cypherpunks repositories - gostls13.git/commitdiff
all: freeze net/rpc and reword the 'frozen' message in other frozen packages
authorRob Pike <r@golang.org>
Wed, 26 Oct 2016 02:19:39 +0000 (19:19 -0700)
committerRob Pike <r@golang.org>
Wed, 26 Oct 2016 16:11:07 +0000 (16:11 +0000)
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>
src/log/syslog/doc.go
src/net/rpc/server.go
src/net/smtp/smtp.go
src/testing/quick/quick.go
src/text/tabwriter/tabwriter.go

index dfcc2dde34fa65ead43bc8b9a6d80f0741d5bc9e..54585232498575c7e92729a66368178c8daa54c9 100644 (file)
@@ -10,7 +10,7 @@
 // the syslog client will attempt to reconnect to the server
 // 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:
 //
 //   https://godoc.org/?q=syslog
index 4920c668ea7b491dc42e866f0171409b7b0a11d2..83d9aac10c487f746d4973bcf9911046ac2e1011 100644 (file)
 
        A server implementation will often provide a simple, type-safe wrapper for the
        client.
+
+       The net/rpc package is frozen and is not accepting new features.
 */
 package rpc
 
index 9e04dd7c82bafafab492a727ee0313f680a841b6..48f38894fd5f6fb3302432ddf62d4c179cd5ef88 100644 (file)
@@ -9,7 +9,7 @@
 //     STARTTLS  RFC 3207
 // 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:
 //
 //   https://godoc.org/?q=smtp
index cbf9584041d6f8c43d04a2301770466bd50b05eb..95860fda0fb32ed0d9050a0c4ab51e68f6a79560 100644 (file)
@@ -4,7 +4,7 @@
 
 // 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
 
 import (
index befcacf01b22f64b1803f24253ab64708cffb3f0..752c9b8e9fbef96a3c7053d25341b5f3e974b5a9 100644 (file)
@@ -8,7 +8,7 @@
 // The package is using the Elastic Tabstops algorithm described at
 // 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
 
 import (