https://github.com/golang/dl
[mirror] go install golang.org/dl/go1.N@latest
https://github.com/golang/dl
Last synced: about 1 month ago
JSON representation
[mirror] go install golang.org/dl/go1.N@latest
- Host: GitHub
- URL: https://github.com/golang/dl
- Owner: golang
- License: bsd-3-clause
- Created: 2018-09-07T17:00:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T17:44:38.000Z (about 2 months ago)
- Last Synced: 2025-05-06T18:45:48.257Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 208
- Watchers: 33
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# golang.org/dl
This repository holds the Go wrapper programs that run specific versions of Go, such
as `go install golang.org/dl/go1.10.3@latest` and `go install golang.org/dl/gotip@latest`.## Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit
changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the dl repository is located at
https://github.com/golang/go/issues. Prefix your issue with "dl:" in the
subject line, so it is easy to find.