github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/mod/example.com_nest_sub_v1.0.0.txt (about) 1 Written by hand. 2 Test case for nested modules without an explicit relationship. 3 This is nested below the top-level module. 4 5 -- .mod -- 6 module example.com/nest/sub 7 -- .info -- 8 {"Version": "v1.0.0"} 9 -- go.mod -- 10 module example.com/nest/sub 11 -- y/y.go -- 12 package y