1Module example.com/retract/self/prerelease is a module that retracts its own 2latest version and all other release version. 3 4A pre-release version higher than the highest release version is still 5available, and that should be matched by @latest. 6 7-- .mod -- 8module example.com/retract/self/prerelease 9 10go 1.15 11 12-- .info -- 13{"Version":"v1.0.0"} 14 15-- p.go -- 16package p