Commit 6e78f769 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

testing/quick, text/tabwriter: freeze packages

Fixes #15557

Change-Id: I02ad98068894e75d4e08e271fdd16cb420519460
Reviewed-on: https://go-review.googlesource.com/31910Reviewed-by: default avatarAndrew Gerrand <adg@golang.org>
parent 4c9c0233
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// 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.
package quick package quick
import ( import (
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +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.
package tabwriter package tabwriter
import ( import (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment