1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/vendor/golang.org/x/net
2018-04-22 05:51:19 -06:00
..
bpf update dependencies 2018-04-22 05:51:19 -06:00
context Update dependencies 2017-11-04 04:45:08 -06:00
dict Vendoring 2017-10-03 14:43:55 -04:00
dns/dnsmessage update dependencies 2018-04-22 05:51:19 -06:00
html update dependencies 2018-04-22 05:51:19 -06:00
http update dependencies 2018-04-22 05:51:19 -06:00
http2 update dependencies 2018-04-22 05:51:19 -06:00
icmp update dependencies 2018-04-22 05:51:19 -06:00
idna Update dependencies 2017-11-04 04:45:08 -06:00
internal update dependencies 2018-04-22 05:51:19 -06:00
ipv4 update dependencies 2018-04-22 05:51:19 -06:00
ipv6 update dependencies 2018-04-22 05:51:19 -06:00
lex/httplex Vendoring 2017-10-03 14:43:55 -04:00
lif Vendoring 2017-10-03 14:43:55 -04:00
nettest Vendoring 2017-10-03 14:43:55 -04:00
netutil update dependencies 2018-04-22 05:51:19 -06:00
proxy update dependencies 2018-04-22 05:51:19 -06:00
publicsuffix update dependencies 2018-04-22 05:51:19 -06:00
route update dependencies 2018-04-22 05:51:19 -06:00
trace update dependencies 2018-04-22 05:51:19 -06:00
webdav Vendoring 2017-10-03 14:43:55 -04:00
websocket Vendoring 2017-10-03 14:43:55 -04:00
xsrftoken Vendoring 2017-10-03 14:43:55 -04:00
.gitattributes Vendoring 2017-10-03 14:43:55 -04:00
.gitignore Vendoring 2017-10-03 14:43:55 -04:00
AUTHORS Vendoring 2017-10-03 14:43:55 -04:00
codereview.cfg Vendoring 2017-10-03 14:43:55 -04:00
CONTRIBUTING.md update dependencies 2018-04-22 05:51:19 -06:00
CONTRIBUTORS Vendoring 2017-10-03 14:43:55 -04:00
LICENSE Vendoring 2017-10-03 14:43:55 -04:00
PATENTS Vendoring 2017-10-03 14:43:55 -04:00
README.md Vendoring 2017-10-03 14:43:55 -04: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.