Text file src/cmd/go/testdata/mod/example.com_deprecated_b_v1.9.0.txt

     1  -- .info --
     2  {"Version":"v1.9.0"}
     3  -- .mod --
     4  // Deprecated: in example.com/deprecated/b@v1.9.0
     5  module example.com/deprecated/b
     6  
     7  go 1.17
     8  -- go.mod --
     9  // Deprecated: in example.com/deprecated/b@v1.9.0
    10  module example.com/deprecated/b
    11  
    12  go 1.17
    13  -- b.go --
    14  package b
    15  

View as plain text