blob: 90f1459803944054313dec639e713e95f9316773 (
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 nested below the top-level module.
-- .mod --
module example.com/nest/sub
-- .info --
{"Version": "v1.0.0"}
-- go.mod --
module example.com/nest/sub
-- y/y.go --
package y
|