]> Cypherpunks repositories - gostls13.git/commitdiff
testing/quick, text/tabwriter: freeze packages
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 24 Oct 2016 23:24:11 +0000 (23:24 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 24 Oct 2016 23:31:50 +0000 (23:31 +0000)
Fixes #15557

Change-Id: I02ad98068894e75d4e08e271fdd16cb420519460
Reviewed-on: https://go-review.googlesource.com/31910
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/testing/quick/quick.go
src/text/tabwriter/tabwriter.go

index 798d41aa7d176b6e09fc93ac8f8e6454010bf1e3..cbf9584041d6f8c43d04a2301770466bd50b05eb 100644 (file)
@@ -3,6 +3,8 @@
 // license that can be found in the LICENSE file.
 
 // Package quick implements utility functions to help with black box testing.
+//
+// The package is frozen and not accepting new features.
 package quick
 
 import (
index 796e1e86995b2de64f9b823584749d215e5d6312..befcacf01b22f64b1803f24253ab64708cffb3f0 100644 (file)
@@ -8,6 +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.
 package tabwriter
 
 import (