srvdav/vendor/golang.org/x/net
Vincent Batts 6feae25207
vendor: dep init
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-04-03 20:33:38 -04:00
..
bpf vendor: dep init 2018-04-03 20:33:38 -04:00
context vendor: dep init 2018-04-03 20:33:38 -04:00
dict vendor: dep init 2018-04-03 20:33:38 -04:00
dns/dnsmessage vendor: dep init 2018-04-03 20:33:38 -04:00
html vendor: dep init 2018-04-03 20:33:38 -04:00
http/httpproxy vendor: dep init 2018-04-03 20:33:38 -04:00
http2 vendor: dep init 2018-04-03 20:33:38 -04:00
icmp vendor: dep init 2018-04-03 20:33:38 -04:00
idna vendor: dep init 2018-04-03 20:33:38 -04:00
internal vendor: dep init 2018-04-03 20:33:38 -04:00
ipv4 vendor: dep init 2018-04-03 20:33:38 -04:00
ipv6 vendor: dep init 2018-04-03 20:33:38 -04:00
lex/httplex vendor: dep init 2018-04-03 20:33:38 -04:00
lif vendor: dep init 2018-04-03 20:33:38 -04:00
nettest vendor: dep init 2018-04-03 20:33:38 -04:00
netutil vendor: dep init 2018-04-03 20:33:38 -04:00
proxy vendor: dep init 2018-04-03 20:33:38 -04:00
publicsuffix vendor: dep init 2018-04-03 20:33:38 -04:00
route vendor: dep init 2018-04-03 20:33:38 -04:00
trace vendor: dep init 2018-04-03 20:33:38 -04:00
webdav vendor: dep init 2018-04-03 20:33:38 -04:00
websocket vendor: dep init 2018-04-03 20:33:38 -04:00
xsrftoken vendor: dep init 2018-04-03 20:33:38 -04:00
.gitattributes vendor: dep init 2018-04-03 20:33:38 -04:00
.gitignore vendor: dep init 2018-04-03 20:33:38 -04:00
AUTHORS vendor: dep init 2018-04-03 20:33:38 -04:00
CONTRIBUTING.md vendor: dep init 2018-04-03 20:33:38 -04:00
CONTRIBUTORS vendor: dep init 2018-04-03 20:33:38 -04:00
LICENSE vendor: dep init 2018-04-03 20:33:38 -04:00
PATENTS vendor: dep init 2018-04-03 20:33:38 -04:00
README.md vendor: dep init 2018-04-03 20:33:38 -04:00
codereview.cfg vendor: dep init 2018-04-03 20:33:38 -04: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.