...
Text file
src/cmd/go/testdata/mod/example.net_ambiguous_v0.2.0.txt
1Written by hand.
2
3Test module containing a package that is also provided by a nested module tagged
4with the same version.
5
6-- .mod --
7module example.net/ambiguous
8
9go 1.16
10-- .info --
11{"Version": "v0.2.0"}
12-- go.mod --
13module example.net/ambiguous
14
15go 1.16
16-- nested/pkg/README.txt --
17// Package pkg no longer exists in this module at v0.2.0.
18// Find it in module example.net/ambiguous/nested instead.
View as plain text