aboutsummaryrefslogtreecommitdiff
path: root/src/testing/quick
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-10-24 23:24:11 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2016-10-24 23:31:50 +0000
commit6e78f7697405e8c24af796322e4c3c325ed97d95 (patch)
tree71c4ae1780a41a0713222a4eaf96c00852ba9196 /src/testing/quick
parent4c9c023346415908390b68cfab0677ef53cf38ac (diff)
downloadgo-6e78f7697405e8c24af796322e4c3c325ed97d95.tar.xz
testing/quick, text/tabwriter: freeze packages
Fixes #15557 Change-Id: I02ad98068894e75d4e08e271fdd16cb420519460 Reviewed-on: https://go-review.googlesource.com/31910 Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'src/testing/quick')
-rw-r--r--src/testing/quick/quick.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/quick/quick.go b/src/testing/quick/quick.go
index 798d41aa7d..cbf9584041 100644
--- a/src/testing/quick/quick.go
+++ b/src/testing/quick/quick.go
@@ -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 (