Skip to content

Commit 6e78f76

Browse files
committed
testing/quick, text/tabwriter: freeze packages
Fixes #15557 Change-Id: I02ad98068894e75d4e08e271fdd16cb420519460 Reviewed-on: https://go-review.googlesource.com/31910 Reviewed-by: Andrew Gerrand <[email protected]>
1 parent 4c9c023 commit 6e78f76

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testing/quick/quick.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// license that can be found in the LICENSE file.
44

55
// Package quick implements utility functions to help with black box testing.
6+
//
7+
// The package is frozen and not accepting new features.
68
package quick
79

810
import (

src/text/tabwriter/tabwriter.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// The package is using the Elastic Tabstops algorithm described at
99
// http://nickgravgaard.com/elastictabstops/index.html.
1010
//
11+
// The package is frozen and not accepting new features.
1112
package tabwriter
1213

1314
import (

0 commit comments

Comments
 (0)