commit | f5464ddb689c015d1abf4df78a806a54af977e6c | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jun 13 14:20:25 2023 -0400 |
committer | Gopher Robot <gobot@golang.org> | Tue Jun 13 20:37:45 2023 +0000 |
tree | 0874cc10e79607e3baf65095f21ee1fea7555cf3 | |
parent | 6c96ca5daff89298060438c3b5d24e1bd0900a52 [diff] |
idna: update for Unicode 15.0.0 Changes entirely automated, the result of running cd src/golang.org/x/text go generate ./... (which also edits x/net for us). For golang/go#55079. Change-Id: I6a638949ff2c53bc98c635e5e3b5ed672b51d71a Reviewed-on: https://go-review.googlesource.com/c/net/+/503055 Run-TryBot: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
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.