aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/mod/example.com_split-incompatible_v2.0.0+incompatible.txt
blob: 35c3f277103df132a0588eb4fe5ef6ca4689e18f (plain)
1
2
3
4
5
6
7
8
9
10
Written by hand.
Test case for getting a package that has been moved to a nested module,
with a +incompatible verison (and thus no go.mod file) at the root module.

-- .mod --
module example.com/split-incompatible
-- .info --
{"Version": "v2.0.0+incompatible"}
-- subpkg/subpkg.go --
package subpkg