...

Text file src/cmd/go/testdata/mod/example.com_undeprecated_v1.0.1.txt

Documentation: cmd/go/testdata/mod

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

View as plain text