commit | 8165dcd9305867c29bca9a55f2c45d3c12ccb1b7 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Tue Nov 07 13:30:32 2023 -0500 |
committer | Gopher Robot <gobot@golang.org> | Tue Nov 07 20:12:24 2023 +0000 |
tree | 552f22e4eac00f8a636f6010f5aca745fa34d3b4 | |
parent | 2a66dfb9a9cf29fab51425f5c052d40437875c70 [diff] |
internal: simplify version, delete genv Simplify the build constraints in signal_unix.go and signal_notunix.go to mirror the cmd/go/internal/base package. Delete the unused genv command. It was used in the era of releasebot, back when CLs to add golang.org/dl commands were being created by hand. These CLs are generated by relui now. Change-Id: Ic471394a30021c599a832f7b2a966160f2a121ed Reviewed-on: https://go-review.googlesource.com/c/dl/+/540222 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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.