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

     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
    13  

View as plain text