...

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

Documentation: cmd/go/testdata/mod

     1This version should be retracted, but the go.mod file for the version that would
     2contain the retraction is not available.
     3-- .mod --
     4module example.com/retract/missingmod
     5
     6go 1.14
     7-- .info --
     8{"Version":"v1.0.0"}
     9-- missingmod.go --
    10package missingmod

View as plain text