commit | 1bf763e7e436821310348e3accfe600fb4a0286d | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Thu Aug 23 04:59:20 2018 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Aug 23 05:00:58 2018 +0000 |
tree | af1b9cd2e8d2b46d1e223287cba472cb8543c40c | |
parent | 659421c117142b2291afb7bfc6e102d24749cf31 [diff] |
all: fix doc URLs, make consistent By fixing the generator and: $ go install ./internal/genv && (for X in $(find . -type d -name 'go*' | perl -npe "s/^..//" ); do genv $X; done) Change-Id: I93b37ef1ba506047a978cf319a737dab2d542260 Reviewed-on: https://go-review.googlesource.com/130977 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This repository holds the Go wrapper programs that run specific versions of Go, such as go get golang.org/dl/go1.10.3
.
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.