Filippo Valsorda cdfb69ac37 [release-branch.go1.12] http2: limit number of control frames in server send queue | 5 years ago | |
---|---|---|
bpf | 6 years ago | |
context | 6 years ago | |
dict | 8 years ago | |
dns | 6 years ago | |
html | 5 years ago | |
http | 6 years ago | |
http2 | 5 years ago | |
icmp | 6 years ago | |
idna | 7 years ago | |
internal | 5 years ago | |
ipv4 | 5 years ago | |
ipv6 | 5 years ago | |
lif | 7 years ago | |
nettest | 7 years ago | |
netutil | 6 years ago | |
proxy | 5 years ago | |
publicsuffix | 5 years ago | |
route | 5 years ago | |
trace | 5 years ago | |
webdav | 6 years ago | |
websocket | 6 years ago | |
xsrftoken | 7 years ago | |
.gitattributes | 10 years ago | |
.gitignore | 10 years ago | |
AUTHORS | 12 years ago | |
CONTRIBUTING.md | 6 years ago | |
CONTRIBUTORS | 12 years ago | |
LICENSE | 12 years ago | |
PATENTS | 12 years ago | |
README.md | 7 years ago | |
codereview.cfg | 9 years ago |
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.