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