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