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