boothealth/vendor/golang.org/x/net
Dmitry 328fda92e8 Save vendor 2018-05-30 08:33:40 +03:00
..
bpf Save vendor 2018-05-30 08:33:40 +03:00
context Save vendor 2018-05-30 08:33:40 +03:00
dict Save vendor 2018-05-30 08:33:40 +03:00
dns/dnsmessage Save vendor 2018-05-30 08:33:40 +03:00
html Save vendor 2018-05-30 08:33:40 +03:00
http Save vendor 2018-05-30 08:33:40 +03:00
http2 Save vendor 2018-05-30 08:33:40 +03:00
icmp Save vendor 2018-05-30 08:33:40 +03:00
idna Save vendor 2018-05-30 08:33:40 +03:00
internal Save vendor 2018-05-30 08:33:40 +03:00
ipv4 Save vendor 2018-05-30 08:33:40 +03:00
ipv6 Save vendor 2018-05-30 08:33:40 +03:00
lif Save vendor 2018-05-30 08:33:40 +03:00
nettest Save vendor 2018-05-30 08:33:40 +03:00
netutil Save vendor 2018-05-30 08:33:40 +03:00
proxy Save vendor 2018-05-30 08:33:40 +03:00
publicsuffix Save vendor 2018-05-30 08:33:40 +03:00
route Save vendor 2018-05-30 08:33:40 +03:00
trace Save vendor 2018-05-30 08:33:40 +03:00
webdav Save vendor 2018-05-30 08:33:40 +03:00
websocket Save vendor 2018-05-30 08:33:40 +03:00
xsrftoken Save vendor 2018-05-30 08:33:40 +03:00
.gitattributes Save vendor 2018-05-30 08:33:40 +03:00
.gitignore Save vendor 2018-05-30 08:33:40 +03:00
AUTHORS Save vendor 2018-05-30 08:33:40 +03:00
CONTRIBUTING.md Save vendor 2018-05-30 08:33:40 +03:00
CONTRIBUTORS Save vendor 2018-05-30 08:33:40 +03:00
LICENSE Save vendor 2018-05-30 08:33:40 +03:00
PATENTS Save vendor 2018-05-30 08:33:40 +03:00
README.md Save vendor 2018-05-30 08:33:40 +03:00
codereview.cfg Save vendor 2018-05-30 08:33:40 +03: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.