tile38/vendor/golang.org/x/net
Josh Baker 26d0083faf Update vendoring to use golang/dep
commit a1a37d335a8e89ac89d85c00c8585d3fc02e064a
Author: Josh Baker <joshbaker77@gmail.com>
Date:   Thu Oct 5 07:36:54 2017 -0700

    use symlink instead of copy

commit 96399c2c92620f633611c778e5473200bfd48d41
Author: Josh Baker <joshbaker77@gmail.com>
Date:   Thu Oct 5 07:19:26 2017 -0700

    use dep for vendoring
2017-10-05 07:40:19 -07:00
..
bpf Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
context Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
dict Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
dns/dnsmessage Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
html Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
http2 Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
icmp Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
idna Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
internal Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
ipv4 Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
ipv6 Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
lex/httplex Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
lif Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
nettest Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
netutil Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
proxy Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
publicsuffix Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
route Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
trace Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
webdav Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
websocket Added MQTT endpoint 2017-03-08 00:15:18 +03:00
xsrftoken Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
.gitattributes Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
.gitignore Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
AUTHORS Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
CONTRIBUTING.md Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
CONTRIBUTORS Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
LICENSE Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
PATENTS Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
README.md Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
codereview.cfg Update vendoring to use golang/dep 2017-10-05 07:40:19 -07: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.