...

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

Documentation: cmd/go/testdata/mod

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

View as plain text