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

     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
    13  

View as plain text