Skip to content

Commit 0b9e499

Browse files
committed
go/{expect,packages/packagestest}: mention the tag+delete proposal
Updates golang/go#70229 Change-Id: I831fe290b8e5ec9d1010e7b9d569543e5c5b2cec Reviewed-on: https://go-review.googlesource.com/c/tools/+/625921 Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent efcd2bd commit 0b9e499

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

go/expect/expect.go

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
Package expect provides support for interpreting structured comments in Go
77
source code (including go.mod and go.work files) as test expectations.
88
9+
[Note: there is an open proposal (golang/go#70229) to deprecate, tag,
10+
and delete this package. If accepted, the last version of the package
11+
be available indefinitely but will not receive updates.]
12+
913
This is primarily intended for writing tests of things that process Go source
1014
files, although it does not directly depend on the testing package.
1115

go/packages/packagestest/export.go

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
/*
66
Package packagestest creates temporary projects on disk for testing go tools on.
77
8+
[Note: there is an open proposal (golang/go#70229) to deprecate, tag,
9+
and delete this package. If accepted, the last version of the package
10+
be available indefinitely but will not receive updates.]
11+
812
By changing the exporter used, you can create projects for multiple build
913
systems from the same description, and run the same tests on them in many
1014
cases.

0 commit comments

Comments
 (0)