aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/modlegacy/src/new/p1/p1.go
blob: 4539f4091965364225880baad21cfd2fb3e90b42 (plain)
1
2
3
4
5
6
7
package p1

import _ "old/p2"
import _ "new/v2"
import _ "new/v2/p2"
import _ "new/sub/v2/x/v1/y" // v2 is module, v1 is directory in module
import _ "new/sub/inner/x"   // new/sub/inner/go.mod overrides new/sub/go.mod