1
mirror of https://github.com/rclone/rclone synced 2024-11-14 13:36:24 +01:00
rclone/vendor/golang.org/x/net
2018-03-19 15:51:38 +00:00
..
bpf vendor: update all dependencies 2018-03-19 15:51:38 +00:00
context vendor: update all dependencies to latest versions 2018-01-16 13:20:59 +00:00
dict Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
dns/dnsmessage vendor: update all dependencies 2018-03-19 15:51:38 +00:00
html vendor: update all dependencies 2018-03-19 15:51:38 +00:00
http/httpproxy vendor: update all dependencies to latest versions 2018-01-16 13:20:59 +00:00
http2 vendor: update all dependencies 2018-03-19 15:51:38 +00:00
icmp vendor: update all dependencies 2018-03-19 15:51:38 +00:00
idna vendor: update all dependencies to latest versions 2018-01-16 13:20:59 +00:00
internal vendor: update all dependencies 2018-03-19 15:51:38 +00:00
ipv4 vendor: update all dependencies 2018-03-19 15:51:38 +00:00
ipv6 vendor: update all dependencies 2018-03-19 15:51:38 +00:00
lex/httplex Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
lif Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
nettest vendor: update all dependencies 2017-07-23 08:51:42 +01:00
netutil Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
proxy vendor: update all dependencies to latest versions 2018-01-16 13:20:59 +00:00
publicsuffix vendor: update all dependencies 2018-03-19 15:51:38 +00:00
route vendor: update all dependencies 2018-03-19 15:51:38 +00:00
trace vendor: update all dependencies 2018-03-19 15:51:38 +00:00
webdav vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
websocket Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
xsrftoken Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
.gitattributes Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
.gitignore Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
AUTHORS Update vendor dependencies 2016-11-19 10:05:20 +00:00
codereview.cfg Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
CONTRIBUTING.md vendor: update all dependencies 2018-03-19 15:51:38 +00:00
CONTRIBUTORS Update vendor dependencies 2016-11-19 10:05:20 +00:00
LICENSE Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
PATENTS Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
README.md vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +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.