identicond/vendor/golang.org/x/net
Cadey Ratio 221c2ebe49 initial commit, everything works 2017-12-29 17:10:53 -05:00
..
bpf initial commit, everything works 2017-12-29 17:10:53 -05:00
context initial commit, everything works 2017-12-29 17:10:53 -05:00
dict initial commit, everything works 2017-12-29 17:10:53 -05:00
dns/dnsmessage initial commit, everything works 2017-12-29 17:10:53 -05:00
html initial commit, everything works 2017-12-29 17:10:53 -05:00
http/httpproxy initial commit, everything works 2017-12-29 17:10:53 -05:00
http2 initial commit, everything works 2017-12-29 17:10:53 -05:00
icmp initial commit, everything works 2017-12-29 17:10:53 -05:00
idna initial commit, everything works 2017-12-29 17:10:53 -05:00
internal initial commit, everything works 2017-12-29 17:10:53 -05:00
ipv4 initial commit, everything works 2017-12-29 17:10:53 -05:00
ipv6 initial commit, everything works 2017-12-29 17:10:53 -05:00
lex/httplex initial commit, everything works 2017-12-29 17:10:53 -05:00
lif initial commit, everything works 2017-12-29 17:10:53 -05:00
nettest initial commit, everything works 2017-12-29 17:10:53 -05:00
netutil initial commit, everything works 2017-12-29 17:10:53 -05:00
proxy initial commit, everything works 2017-12-29 17:10:53 -05:00
publicsuffix initial commit, everything works 2017-12-29 17:10:53 -05:00
route initial commit, everything works 2017-12-29 17:10:53 -05:00
trace initial commit, everything works 2017-12-29 17:10:53 -05:00
webdav initial commit, everything works 2017-12-29 17:10:53 -05:00
websocket initial commit, everything works 2017-12-29 17:10:53 -05:00
xsrftoken initial commit, everything works 2017-12-29 17:10:53 -05:00
.gitattributes initial commit, everything works 2017-12-29 17:10:53 -05:00
.gitignore initial commit, everything works 2017-12-29 17:10:53 -05:00
AUTHORS initial commit, everything works 2017-12-29 17:10:53 -05:00
CONTRIBUTING.md initial commit, everything works 2017-12-29 17:10:53 -05:00
CONTRIBUTORS initial commit, everything works 2017-12-29 17:10:53 -05:00
LICENSE initial commit, everything works 2017-12-29 17:10:53 -05:00
PATENTS initial commit, everything works 2017-12-29 17:10:53 -05:00
README.md initial commit, everything works 2017-12-29 17:10:53 -05:00
codereview.cfg initial commit, everything works 2017-12-29 17:10:53 -05: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.