...

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

Documentation: cmd/go/testdata/mod

     1example.com/latemigrate/v2 v2.0.0
     2written by hand
     3
     4This repository migrated to modules in v2.0.1 after v2.0.0 was already tagged.
     5All versions require rsc.io/quote so we can test downgrades.
     6
     7v2.0.0 is technically part of example.com/latemigrate as v2.0.0+incompatible.
     8Proxies may serve it as part of the version list for example.com/latemigrate/v2.
     9'go get' must be able to ignore these versions.
    10
    11-- .mod --
    12module example.com/latemigrate
    13-- .info --
    14{"Version":"v2.0.0"}

View as plain text