Text file src/cmd/go/testdata/mod/example.com_retract_self_pseudo_v0.0.0-20200325131415-0123456789ab

     1  See example.com_retract_self_pseudo_v1.9.0.txt.
     2  
     3  This version is not retracted. It should be returned by the proxy's
     4  @latest endpoint. It should match the @latest version query.
     5  
     6  TODO(golang.org/issue/24031): the proxy and proxy.golang.org both return
     7  the highest release version from the @latest endpoint, even if that
     8  version is retracted, so there is no way for the go command to
     9  discover an unretracted pseudo-version.
    10  
    11  -- .mod --
    12  module example.com/retract/self/pseudo
    13  
    14  go 1.15
    15  
    16  -- .info --
    17  {"Version":"v0.0.0-20200325131415-01234567890ab"}
    18  
    19  -- p.go --
    20  package p
    21  

View as plain text