File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6
6
Package expect provides support for interpreting structured comments in Go
7
7
source code (including go.mod and go.work files) as test expectations.
8
8
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
+
9
13
This is primarily intended for writing tests of things that process Go source
10
14
files, although it does not directly depend on the testing package.
11
15
Original file line number Diff line number Diff line change 5
5
/*
6
6
Package packagestest creates temporary projects on disk for testing go tools on.
7
7
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
+
8
12
By changing the exporter used, you can create projects for multiple build
9
13
systems from the same description, and run the same tests on them in many
10
14
cases.
You can’t perform that action at this time.
0 commit comments