aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/mod/example.net_ambiguous_v0.2.0.txt
blob: 7589ad76a311a2a054944b71dafb9dc2e4bf7b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Written by hand.

Test module containing a package that is also provided by a nested module tagged
with the same version.

-- .mod --
module example.net/ambiguous

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

go 1.16
-- nested/pkg/README.txt --
// Package pkg no longer exists in this module at v0.2.0.
// Find it in module example.net/ambiguous/nested instead.