route/vendor/golang.org/x/net
Cadey Ratio 50c1deaa7d
change from vendor to dep
2017-10-06 08:29:20 -07:00
..
bpf change from vendor to dep 2017-10-06 08:29:20 -07:00
context change from vendor to dep 2017-10-06 08:29:20 -07:00
dict vendor: update grpc 2017-09-30 09:47:47 -07:00
dns/dnsmessage change from vendor to dep 2017-10-06 08:29:20 -07:00
html change from vendor to dep 2017-10-06 08:29:20 -07:00
http2 change from vendor to dep 2017-10-06 08:29:20 -07:00
icmp change from vendor to dep 2017-10-06 08:29:20 -07:00
idna change from vendor to dep 2017-10-06 08:29:20 -07:00
internal change from vendor to dep 2017-10-06 08:29:20 -07:00
ipv4 change from vendor to dep 2017-10-06 08:29:20 -07:00
ipv6 change from vendor to dep 2017-10-06 08:29:20 -07:00
lex/httplex change from vendor to dep 2017-10-06 08:29:20 -07:00
lif change from vendor to dep 2017-10-06 08:29:20 -07:00
nettest change from vendor to dep 2017-10-06 08:29:20 -07:00
netutil change from vendor to dep 2017-10-06 08:29:20 -07:00
proxy change from vendor to dep 2017-10-06 08:29:20 -07:00
publicsuffix change from vendor to dep 2017-10-06 08:29:20 -07:00
route change from vendor to dep 2017-10-06 08:29:20 -07:00
trace change from vendor to dep 2017-10-06 08:29:20 -07:00
webdav change from vendor to dep 2017-10-06 08:29:20 -07:00
websocket change from vendor to dep 2017-10-06 08:29:20 -07:00
xsrftoken change from vendor to dep 2017-10-06 08:29:20 -07:00
.gitattributes change from vendor to dep 2017-10-06 08:29:20 -07:00
.gitignore change from vendor to dep 2017-10-06 08:29:20 -07:00
AUTHORS change from vendor to dep 2017-10-06 08:29:20 -07:00
CONTRIBUTING.md change from vendor to dep 2017-10-06 08:29:20 -07:00
CONTRIBUTORS change from vendor to dep 2017-10-06 08:29:20 -07:00
LICENSE change from vendor to dep 2017-10-06 08:29:20 -07:00
PATENTS change from vendor to dep 2017-10-06 08:29:20 -07:00
README.md change from vendor to dep 2017-10-06 08:29:20 -07:00
codereview.cfg change from vendor to dep 2017-10-06 08:29:20 -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.