1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-19 23:52:57 +00:00
cloudkeys-go/vendor/golang.org/x/net
Knut Ahlers 99ff9846a3
Update vendoring using dep
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-29 23:13:47 +01:00
..
bpf Update vendoring using dep 2017-12-29 23:13:47 +01:00
context Update vendoring using dep 2017-12-29 23:13:47 +01:00
dict Update vendoring using dep 2017-12-29 23:13:47 +01:00
dns/dnsmessage Update vendoring using dep 2017-12-29 23:13:47 +01:00
html Update vendoring using dep 2017-12-29 23:13:47 +01:00
http/httpproxy Update vendoring using dep 2017-12-29 23:13:47 +01:00
http2 Update vendoring using dep 2017-12-29 23:13:47 +01:00
icmp Update vendoring using dep 2017-12-29 23:13:47 +01:00
idna Update vendoring using dep 2017-12-29 23:13:47 +01:00
internal Update vendoring using dep 2017-12-29 23:13:47 +01:00
ipv4 Update vendoring using dep 2017-12-29 23:13:47 +01:00
ipv6 Update vendoring using dep 2017-12-29 23:13:47 +01:00
lex/httplex Update vendoring using dep 2017-12-29 23:13:47 +01:00
lif Update vendoring using dep 2017-12-29 23:13:47 +01:00
nettest Update vendoring using dep 2017-12-29 23:13:47 +01:00
netutil Update vendoring using dep 2017-12-29 23:13:47 +01:00
proxy Update vendoring using dep 2017-12-29 23:13:47 +01:00
publicsuffix Update vendoring using dep 2017-12-29 23:13:47 +01:00
route Update vendoring using dep 2017-12-29 23:13:47 +01:00
trace Update vendoring using dep 2017-12-29 23:13:47 +01:00
webdav Update vendoring using dep 2017-12-29 23:13:47 +01:00
websocket Update vendoring using dep 2017-12-29 23:13:47 +01:00
xsrftoken Update vendoring using dep 2017-12-29 23:13:47 +01:00
.gitattributes Update vendoring using dep 2017-12-29 23:13:47 +01:00
.gitignore Update vendoring using dep 2017-12-29 23:13:47 +01:00
AUTHORS Update vendoring using dep 2017-12-29 23:13:47 +01:00
codereview.cfg Update vendoring using dep 2017-12-29 23:13:47 +01:00
CONTRIBUTING.md Update vendoring using dep 2017-12-29 23:13:47 +01:00
CONTRIBUTORS Update vendoring using dep 2017-12-29 23:13:47 +01:00
LICENSE Update vendoring using dep 2017-12-29 23:13:47 +01:00
PATENTS Update vendoring using dep 2017-12-29 23:13:47 +01:00
README.md Update vendoring using dep 2017-12-29 23:13:47 +01: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.