k3s/vendor/golang.org/x/net
Erik Wilson 765fd253f6 Update vendor 2019-08-19 09:17:28 -07:00
..
context Update vendor 2019-08-19 09:17:28 -07:00
html Update vendor 2019-08-19 09:17:28 -07:00
http/httpguts Update vendor 2019-08-19 09:17:28 -07:00
http2 Update vendor 2019-08-19 09:17:28 -07:00
idna Update vendor 2019-08-19 09:17:28 -07:00
internal Update vendor 2019-08-19 09:17:28 -07:00
proxy Update vendor 2019-08-19 09:17:28 -07:00
trace Update vendor 2019-08-19 09:17:28 -07:00
websocket Update vendor 2019-08-19 09:17:28 -07:00
.gitattributes Update vendor 2019-08-19 09:17:28 -07:00
.gitignore Update vendor 2019-08-19 09:17:28 -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-08-19 09:17:28 -07:00
CONTRIBUTORS Level sets dependency graph to consume etcd 3.1.5 2017-04-11 08:34:40 -05:00
LICENSE Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
PATENTS Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
README.md Update vendor 2019-08-19 09:17:28 -07:00
codereview.cfg Update vendor 2019-08-19 09:17:28 -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.