commit | 294a5db0264457f6a5891594721cdd1456819de2 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Mon Aug 30 15:33:58 2021 -0400 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Tue Aug 31 19:03:21 2021 +0000 |
tree | 176138852f7318bdaafed61c9df0378bbc61fd95 | |
parent | eea66df5a73d6d5cb0ae4bcca41ac1c506e271d7 [diff] |
all: switch to go install path@latest syntax in documentation All supported versions of Go can download golang.org/dl/... commands via the new go install path@latest syntax. Update their documentation accordingly. Also update the golang.org/dl/internal/genv generator template for future commands that will be added when new Go releases are made. Fixes golang/go#48080. Change-Id: I0abf80e944322f3e30f7eb1b03b5d8d3be25554d Reviewed-on: https://go-review.googlesource.com/c/dl/+/346091 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
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
.
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 net 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.