Brad Fitzpatrick | 027153f | 2018-07-12 20:25:15 +0000 | [diff] [blame] | 1 | # golang.org/dl |
| 2 | |
| 3 | This repository holds the Go wrapper programs that run specific versions of Go, such |
Dmitri Shuralyov | 294a5db | 2021-08-30 15:33:58 -0400 | [diff] [blame] | 4 | as `go install golang.org/dl/go1.10.3@latest` and `go install golang.org/dl/gotip@latest`. |
Brad Fitzpatrick | 027153f | 2018-07-12 20:25:15 +0000 | [diff] [blame] | 5 | |
| 6 | ## Report Issues / Send Patches |
| 7 | |
| 8 | This repository uses Gerrit for code changes. To learn how to submit |
| 9 | changes to this repository, see https://golang.org/doc/contribute.html. |
Bill Morgan | a4e4fdd | 2025-02-04 00:25:40 +0000 | [diff] [blame] | 10 | The main issue tracker for the dl repository is located at |
Brad Fitzpatrick | 027153f | 2018-07-12 20:25:15 +0000 | [diff] [blame] | 11 | https://github.com/golang/go/issues. Prefix your issue with "dl:" in the |
| 12 | subject line, so it is easy to find. |