aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.2.0.txt
blob: f1fc9fb61f3c5160cc60f9a8b06fa03410bde11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Written by hand.
Test module with a root package added in v0.1.0 and removed in v0.2.0.

-- .mod --
module example.net/pkgremoved

go 1.16
-- .info --
{"Version": "v0.2.0"}
-- go.mod --
module example.net/pkgremoved

go 1.16
-- README.txt --
Package pkgremove was removed in v0.2.0.