We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9c023 commit 6e78f76Copy full SHA for 6e78f76
src/testing/quick/quick.go
@@ -3,6 +3,8 @@
3
// license that can be found in the LICENSE file.
4
5
// Package quick implements utility functions to help with black box testing.
6
+//
7
+// The package is frozen and not accepting new features.
8
package quick
9
10
import (
src/text/tabwriter/tabwriter.go
@@ -8,6 +8,7 @@
// The package is using the Elastic Tabstops algorithm described at
// http://nickgravgaard.com/elastictabstops/index.html.
//
11
12
package tabwriter
13
14
0 commit comments