blob: 5a01550fd5d075167d7bfce1413bcf2dad1a090b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Written by hand.
Test case for nested modules without an explicit relationship.
This is the top-level module.
-- .mod --
module example.com/nest
-- .info --
{"Version": "v1.1.0"}
-- go.mod --
module example.com/nest
-- sub/x/x.go --
package x
|