acme-dns/vendor/golang.org/x/net
2018-08-10 16:51:32 +03:00
..
bpf Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
context Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
dict Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
dns/dnsmessage Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
html Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
http Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
http2 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
icmp Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
idna Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
internal Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
ipv4 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
ipv6 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
lif Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
nettest Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
netutil Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
proxy Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
publicsuffix Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
route Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
trace Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
webdav Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
websocket Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
xsrftoken Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
.gitattributes Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
.gitignore Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
AUTHORS Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
codereview.cfg Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
CONTRIBUTING.md Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
CONTRIBUTORS Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
LICENSE Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
PATENTS Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
README.md Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00

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.