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