commit | d64cff423dd7b1949caabb5b0ab708e5dda30206 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed May 13 11:52:04 2020 -0700 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Thu Oct 22 15:41:53 2020 +0000 |
tree | c7e3f2b28a9ad15ba40a41927708a639873446e5 | |
parent | e0ff5e5a1de5b859e2d48a2830d7933b3ab5b75f [diff] |
[release-branch.go1.15-bundle] icmp, webdav/internal/xml: avoid string(int) Updates golang/go#32479. For golang/go#41387. Change-Id: Ife0c3a2f10afb676af5f2110a9681216122c8808 Reviewed-on: https://go-review.googlesource.com/c/net/+/233900 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> (cherry picked from commit a91f0712d120a21e49061d61eb6ba9b88cb0d376) Reviewed-on: https://go-review.googlesource.com/c/net/+/264217 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@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.