-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for listing and installing unstable versions
This also adds a big performance boost when loading remote versions. This is because we switched the versions source from the golang.org download page to the web UI of the git project hosted at googlesource.com https://go.googlesource.com/go/+refs 25 KB 59 ms https://golang.org/dl/ 341 KB 371 ms This was not the actual reason for the switch, but the fact that the golang.org download page doesn't list any previuos unstable versions.
- Loading branch information
1 parent
0580331
commit ed51afd
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters