...

Text file src/cmd/go/testdata/mod/example.com_retract_rename_v1.0.0-bad.txt

Documentation: cmd/go/testdata/mod

     1Module example.com/retract/rename is renamed in a later version.
     2
     3This happens frequently when a repository is renamed or when a go.mod file
     4is added for the first time with a custom module path.
     5-- .info --
     6{"Version":"v1.0.0-bad"}
     7-- .mod --
     8module example.com/retract/rename
     9
    10go 1.16
    11-- go.mod --
    12module example.com/retract/rename
    13
    14go 1.16
    15-- rename.go --
    16package rename

View as plain text