aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.1.0.txt
blob: f5e76b00c9bdf52507ba5b38ee59183e856c63c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.1.0"}
-- go.mod --
module example.net/pkgremoved

go 1.16
-- pkgremoved.go --
// Package pkgremoved exists in v0.1.0.
package pkgremoved