commit | 5f55cee0dc0dc168ce29222f077fe7fcd4be72c5 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Feb 19 18:54:43 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Sat Feb 20 03:31:24 2021 +0000 |
tree | 6a609fdab0ec38fab70776bbcccc0f9040543584 | |
parent | 5f4716e94777e714bc2fb3e3a44599cb40817aac [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: I5b2b7d93424e828a3c5f76ae3f30ab825aca388e Reviewed-on: https://go-review.googlesource.com/c/net/+/294371 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
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 “x/net:” in the subject line, so it is easy to find.