summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/mod/example.net_pkgadded_v1.0.0.txt
blob: 207e86a73cf4d224bede65f143add33156e904b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Written by hand.
Test module with a root package added in v1.1.0
and a subpackage added in v1.2.0.

-- .mod --
module example.net/pkgadded

go 1.16
-- .info --
{"Version":"v1.0.0"}
-- go.mod --
module example.net/pkgadded

go 1.16
-- README.txt --
We will add the package example.net/pkgadded in v1.1.0,
and example.net/pkgadded/subpkg in v1.2.0.