...

Text file src/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt

Documentation: cmd/go/testdata/mod

     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

View as plain text