ipld-eth-server/vendor/golang.org/x/net
Matt K 293dd2e848 Add vendor dir (#16) (#4)
* Add vendor dir so builds dont require dep

* Pin specific version go-eth version
2018-01-29 13:44:18 -06:00
..
bpf Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
context Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
dict Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
dns/dnsmessage Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
html Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
http/httpproxy Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
http2 Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
icmp Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
idna Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
internal Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
ipv4 Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
ipv6 Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
lex/httplex Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
lif Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
nettest Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
netutil Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
proxy Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
publicsuffix Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
route Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
trace Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
webdav Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
websocket Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
xsrftoken Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
.gitattributes Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
.gitignore Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
AUTHORS Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
codereview.cfg Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
CONTRIBUTING.md Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
CONTRIBUTORS Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
LICENSE Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
PATENTS Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06:00
README.md Add vendor dir (#16) (#4) 2018-01-29 13:44:18 -06: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.