commit | 562909534da3ea329f79b99d7f7d3b6aae206f6a | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Feb 19 18:54:48 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Sat Feb 20 03:30:39 2021 +0000 |
tree | decc28a3ed6b410b65fd3ca85cbe7e78789037b8 | |
parent | 5eb6ea94c136a14f48e8f06baa9e6e3ceea072f2 [diff] |
all: go fmt ./... Make all our package sources use Go 1.17 gofmt format (adding //go:build lines). Not strictly necessary but will avoid spurious changes as files are edited. Part of //go:build change (#41184). See https://golang.org/design/draft-gobuild Change-Id: Ib6eba20f6109a9dc1004dd5b802838e765e4622b Reviewed-on: https://go-review.googlesource.com/c/dl/+/294423 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
This repository holds the Go wrapper programs that run specific versions of Go, such as go get golang.org/dl/go1.10.3
and go get golang.org/dl/gotip
.
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.