...

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

Documentation: cmd/go/testdata/mod

     1The deprecated package is present in this version (which is @latest) but
     2is deleted in a newer prerelease version.
     3
     4-- .mod --
     5module example.com/missingpkg
     6-- .info --
     7{"Version":"v1.0.0"}
     8-- lib.go --
     9package lib
    10-- deprecated/deprecated.go --
    11package deprecated

View as plain text