Text file src/cmd/go/testdata/mod/example.com_ambiguous_a_b_v0.0.0-empty.txt

     1  Module example.com/ambiguous/a/b is a suffix of example.com/a.
     2  This version contains no package.
     3  -- .mod --
     4  module example.com/ambiguous/a/b
     5  
     6  go 1.16
     7  -- .info --
     8  {"Version":"v0.0.0-empty"}
     9  -- go.mod --
    10  module example.com/ambiguous/a/b
    11  
    12  go 1.16
    13  

View as plain text