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

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

View as plain text