You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 years ago | |
---|---|---|
.. | ||
bpf | 5 years ago | |
context | 5 years ago | |
dict | 5 years ago | |
dns/dnsmessage | 5 years ago | |
html | 5 years ago | |
http/httpproxy | 5 years ago | |
http2 | 5 years ago | |
icmp | 5 years ago | |
idna | 5 years ago | |
internal | 5 years ago | |
ipv4 | 5 years ago | |
ipv6 | 5 years ago | |
lex/httplex | 5 years ago | |
lif | 5 years ago | |
nettest | 5 years ago | |
netutil | 5 years ago | |
proxy | 5 years ago | |
publicsuffix | 5 years ago | |
route | 5 years ago | |
trace | 5 years ago | |
webdav | 5 years ago | |
websocket | 5 years ago | |
xsrftoken | 5 years ago | |
.gitattributes | 5 years ago | |
.gitignore | 5 years ago | |
AUTHORS | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
CONTRIBUTORS | 5 years ago | |
LICENSE | 5 years ago | |
PATENTS | 5 years ago | |
README.md | 5 years ago | |
codereview.cfg | 5 years ago |
README.md
Go Networking
This repository holds supplementary Go networking libraries.
Download/Install
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
.
Report Issues / Send Patches
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.