[go: up one dir, main page]

blob: a2b42b60e46b8cc736fd038ceec6833a53437a7d [file] [log] [blame] [view]
Brad Fitzpatrick027153f2018-07-12 20:25:15 +00001# golang.org/dl
2
3This repository holds the Go wrapper programs that run specific versions of Go, such
Dmitri Shuralyov294a5db2021-08-30 15:33:58 -04004as `go install golang.org/dl/go1.10.3@latest` and `go install golang.org/dl/gotip@latest`.
Brad Fitzpatrick027153f2018-07-12 20:25:15 +00005
6## Report Issues / Send Patches
7
8This repository uses Gerrit for code changes. To learn how to submit
9changes to this repository, see https://golang.org/doc/contribute.html.
Bill Morgana4e4fdd2025-02-04 00:25:40 +000010The main issue tracker for the dl repository is located at
Brad Fitzpatrick027153f2018-07-12 20:25:15 +000011https://github.com/golang/go/issues. Prefix your issue with "dl:" in the
12subject line, so it is easy to find.