route/vendor/golang.org/x/net
Cadey Ratio 45cecbc145 update deps, vendor mage 2018-01-16 20:32:37 -08:00
..
bpf make dep prune things 2017-12-11 10:38:19 -08:00
context upgrade all the dependencies 2018-01-03 11:19:49 -08:00
html update deps, vendor mage 2018-01-16 20:32:37 -08:00
http2 update deps, vendor mage 2018-01-16 20:32:37 -08:00
idna upgrade all the dependencies 2018-01-03 11:19:49 -08:00
internal upgrade all the dependencies 2018-01-03 11:19:49 -08:00
ipv4 change from vendor to dep 2017-10-06 08:29:20 -07:00
lex/httplex change from vendor to dep 2017-10-06 08:29:20 -07:00
trace change from vendor to dep 2017-10-06 08:29:20 -07:00
.gitattributes change from vendor to dep 2017-10-06 08:29:20 -07:00
.gitignore change from vendor to dep 2017-10-06 08:29:20 -07:00
AUTHORS change from vendor to dep 2017-10-06 08:29:20 -07:00
CONTRIBUTING.md change from vendor to dep 2017-10-06 08:29:20 -07:00
CONTRIBUTORS change from vendor to dep 2017-10-06 08:29:20 -07:00
LICENSE change from vendor to dep 2017-10-06 08:29:20 -07:00
PATENTS change from vendor to dep 2017-10-06 08:29:20 -07:00
README.md change from vendor to dep 2017-10-06 08:29:20 -07:00
codereview.cfg change from vendor to dep 2017-10-06 08:29:20 -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.