File Manager

Path: /opt/golang/1.22.0/src/cmd/go/testdata/mod/

Viewing File: example.com_nest_v1.1.0.txt

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