Skip to content

Commit

Permalink
go/{expect,packages/packagestest}: mention the tag+delete proposal
Browse files Browse the repository at this point in the history
Updates golang/go#70229

Change-Id: I831fe290b8e5ec9d1010e7b9d569543e5c5b2cec
Reviewed-on: https://go-review.googlesource.com/c/tools/+/625921
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
adonovan committed Nov 6, 2024
1 parent efcd2bd commit 0b9e499
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/expect/expect.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
Package expect provides support for interpreting structured comments in Go
source code (including go.mod and go.work files) as test expectations.
[Note: there is an open proposal (golang/go#70229) to deprecate, tag,
and delete this package. If accepted, the last version of the package
be available indefinitely but will not receive updates.]
This is primarily intended for writing tests of things that process Go source
files, although it does not directly depend on the testing package.
Expand Down
4 changes: 4 additions & 0 deletions go/packages/packagestest/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
/*
Package packagestest creates temporary projects on disk for testing go tools on.
[Note: there is an open proposal (golang/go#70229) to deprecate, tag,
and delete this package. If accepted, the last version of the package
be available indefinitely but will not receive updates.]
By changing the exporter used, you can create projects for multiple build
systems from the same description, and run the same tests on them in many
cases.
Expand Down

0 comments on commit 0b9e499

Please sign in to comment.