k3s/vendor/golang.org/x/net
Darren Shepherd 8fa96ae064 Update vendor 2019-04-08 00:22:48 -07:00
..
context Update vendor 2019-04-08 00:22:48 -07:00
html Update vendor 2019-04-08 00:22:48 -07:00
http/httpguts Update vendor 2019-04-08 00:22:48 -07:00
http2 Update vendor 2019-04-08 00:22:48 -07:00
idna Update vendor 2019-04-08 00:22:48 -07:00
internal Update vendor 2019-04-08 00:22:48 -07:00
proxy Update vendor 2019-04-08 00:22:48 -07:00
trace Update vendor 2019-04-08 00:22:48 -07:00
websocket Update vendor 2019-04-08 00:22:48 -07:00
.gitattributes Update vendor 2019-04-08 00:22:48 -07:00
.gitignore Update vendor 2019-04-08 00:22:48 -07:00
AUTHORS Level sets dependency graph to consume etcd 3.1.5 2017-04-11 08:34:40 -05:00
CONTRIBUTING.md Update vendor 2019-04-08 00:22:48 -07:00
CONTRIBUTORS Level sets dependency graph to consume etcd 3.1.5 2017-04-11 08:34:40 -05:00
LICENSE
PATENTS
README.md Update vendor 2019-04-08 00:22:48 -07:00
codereview.cfg Update vendor 2019-04-08 00:22:48 -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.