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

     1  -- .info --
     2  {"Version":"v1.0.0"}
     3  -- .mod --
     4  module example.com/dotname
     5  
     6  go 1.16
     7  -- go.mod --
     8  module example.com/dotname
     9  
    10  go 1.16
    11  -- .dot/dot.go --
    12  package dot
    13  

View as plain text