hdx/vendor/golang.org/x/net
Derek McQuay 59af8fc84f
initial commit
Signed-off-by: Derek McQuay <derekmcquay@gmail.com>
2018-04-10 19:17:26 -07:00
..
bpf initial commit 2018-04-10 19:17:26 -07:00
context initial commit 2018-04-10 19:17:26 -07:00
dict initial commit 2018-04-10 19:17:26 -07:00
dns/dnsmessage initial commit 2018-04-10 19:17:26 -07:00
html initial commit 2018-04-10 19:17:26 -07:00
http/httpproxy initial commit 2018-04-10 19:17:26 -07:00
http2 initial commit 2018-04-10 19:17:26 -07:00
icmp initial commit 2018-04-10 19:17:26 -07:00
idna initial commit 2018-04-10 19:17:26 -07:00
internal initial commit 2018-04-10 19:17:26 -07:00
ipv4 initial commit 2018-04-10 19:17:26 -07:00
ipv6 initial commit 2018-04-10 19:17:26 -07:00
lex/httplex initial commit 2018-04-10 19:17:26 -07:00
lif initial commit 2018-04-10 19:17:26 -07:00
nettest initial commit 2018-04-10 19:17:26 -07:00
netutil initial commit 2018-04-10 19:17:26 -07:00
proxy initial commit 2018-04-10 19:17:26 -07:00
publicsuffix initial commit 2018-04-10 19:17:26 -07:00
route initial commit 2018-04-10 19:17:26 -07:00
trace initial commit 2018-04-10 19:17:26 -07:00
webdav initial commit 2018-04-10 19:17:26 -07:00
websocket initial commit 2018-04-10 19:17:26 -07:00
xsrftoken initial commit 2018-04-10 19:17:26 -07:00
.gitattributes initial commit 2018-04-10 19:17:26 -07:00
.gitignore initial commit 2018-04-10 19:17:26 -07:00
AUTHORS initial commit 2018-04-10 19:17:26 -07:00
CONTRIBUTING.md initial commit 2018-04-10 19:17:26 -07:00
CONTRIBUTORS initial commit 2018-04-10 19:17:26 -07:00
LICENSE initial commit 2018-04-10 19:17:26 -07:00
PATENTS initial commit 2018-04-10 19:17:26 -07:00
README.md initial commit 2018-04-10 19:17:26 -07:00
codereview.cfg initial commit 2018-04-10 19:17:26 -07:00

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.