vsphere-influxdb-go/vendor/golang.org/x/net
Adrian Todorov a59409f16b add vendoring with go dep 2017-10-25 20:52:40 +00:00
..
bpf add vendoring with go dep 2017-10-25 20:52:40 +00:00
context add vendoring with go dep 2017-10-25 20:52:40 +00:00
dict add vendoring with go dep 2017-10-25 20:52:40 +00:00
dns/dnsmessage add vendoring with go dep 2017-10-25 20:52:40 +00:00
html add vendoring with go dep 2017-10-25 20:52:40 +00:00
http2 add vendoring with go dep 2017-10-25 20:52:40 +00:00
icmp add vendoring with go dep 2017-10-25 20:52:40 +00:00
idna add vendoring with go dep 2017-10-25 20:52:40 +00:00
internal add vendoring with go dep 2017-10-25 20:52:40 +00:00
ipv4 add vendoring with go dep 2017-10-25 20:52:40 +00:00
ipv6 add vendoring with go dep 2017-10-25 20:52:40 +00:00
lex/httplex add vendoring with go dep 2017-10-25 20:52:40 +00:00
lif add vendoring with go dep 2017-10-25 20:52:40 +00:00
nettest add vendoring with go dep 2017-10-25 20:52:40 +00:00
netutil add vendoring with go dep 2017-10-25 20:52:40 +00:00
proxy add vendoring with go dep 2017-10-25 20:52:40 +00:00
publicsuffix add vendoring with go dep 2017-10-25 20:52:40 +00:00
route add vendoring with go dep 2017-10-25 20:52:40 +00:00
trace add vendoring with go dep 2017-10-25 20:52:40 +00:00
webdav add vendoring with go dep 2017-10-25 20:52:40 +00:00
websocket add vendoring with go dep 2017-10-25 20:52:40 +00:00
xsrftoken add vendoring with go dep 2017-10-25 20:52:40 +00:00
.gitattributes add vendoring with go dep 2017-10-25 20:52:40 +00:00
.gitignore add vendoring with go dep 2017-10-25 20:52:40 +00:00
AUTHORS add vendoring with go dep 2017-10-25 20:52:40 +00:00
CONTRIBUTING.md add vendoring with go dep 2017-10-25 20:52:40 +00:00
CONTRIBUTORS add vendoring with go dep 2017-10-25 20:52:40 +00:00
LICENSE add vendoring with go dep 2017-10-25 20:52:40 +00:00
PATENTS add vendoring with go dep 2017-10-25 20:52:40 +00:00
README.md add vendoring with go dep 2017-10-25 20:52:40 +00:00
codereview.cfg add vendoring with go dep 2017-10-25 20:52:40 +00: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.