...
Text file
src/cmd/go/testdata/mod/example.com_missingpkg_v1.0.1-beta.txt
1The deprecated package is deleted in this version.
2
3-- .mod --
4module example.com/missingpkg
5-- .info --
6{"Version":"v1.0.1-beta"}
7-- lib.go --
8package lib
View as plain text