kubectl/vendor/golang.org/x/net
Antoine Pelisse 8b7c3cd5c2 Run to install dependencies 2017-11-28 14:35:07 -08:00
..
bpf Run to install dependencies 2017-11-28 14:35:07 -08:00
context Run to install dependencies 2017-11-28 14:35:07 -08:00
dict Run to install dependencies 2017-11-28 14:35:07 -08:00
dns/dnsmessage Run to install dependencies 2017-11-28 14:35:07 -08:00
html Run to install dependencies 2017-11-28 14:35:07 -08:00
http2 Run to install dependencies 2017-11-28 14:35:07 -08:00
icmp Run to install dependencies 2017-11-28 14:35:07 -08:00
idna Run to install dependencies 2017-11-28 14:35:07 -08:00
internal Run to install dependencies 2017-11-28 14:35:07 -08:00
ipv4 Run to install dependencies 2017-11-28 14:35:07 -08:00
ipv6 Run to install dependencies 2017-11-28 14:35:07 -08:00
lex/httplex Run to install dependencies 2017-11-28 14:35:07 -08:00
lif Run to install dependencies 2017-11-28 14:35:07 -08:00
nettest Run to install dependencies 2017-11-28 14:35:07 -08:00
netutil Run to install dependencies 2017-11-28 14:35:07 -08:00
proxy Run to install dependencies 2017-11-28 14:35:07 -08:00
publicsuffix Run to install dependencies 2017-11-28 14:35:07 -08:00
route Run to install dependencies 2017-11-28 14:35:07 -08:00
trace Run to install dependencies 2017-11-28 14:35:07 -08:00
webdav Run to install dependencies 2017-11-28 14:35:07 -08:00
websocket Run to install dependencies 2017-11-28 14:35:07 -08:00
xsrftoken Run to install dependencies 2017-11-28 14:35:07 -08:00
.gitattributes Run to install dependencies 2017-11-28 14:35:07 -08:00
.gitignore Run to install dependencies 2017-11-28 14:35:07 -08:00
AUTHORS Run to install dependencies 2017-11-28 14:35:07 -08:00
CONTRIBUTING.md Run to install dependencies 2017-11-28 14:35:07 -08:00
CONTRIBUTORS Run to install dependencies 2017-11-28 14:35:07 -08:00
LICENSE Run to install dependencies 2017-11-28 14:35:07 -08:00
PATENTS Run to install dependencies 2017-11-28 14:35:07 -08:00
README.md Run to install dependencies 2017-11-28 14:35:07 -08:00
codereview.cfg Run to install dependencies 2017-11-28 14:35:07 -08: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.