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
2017-11-04 04:45:08 -06:00
..
bpf Vendoring 2017-10-03 14:43:55 -04: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 2017-11-04 04:45:08 -06:00
html Vendoring 2017-10-03 14:43:55 -04:00
http2 Update dependencies 2017-11-04 04:45:08 -06:00
icmp Vendoring 2017-10-03 14:43:55 -04:00
idna Update dependencies 2017-11-04 04:45:08 -06:00
internal Update dependencies 2017-11-04 04:45:08 -06:00
ipv4 Vendoring 2017-10-03 14:43:55 -04:00
ipv6 Vendoring 2017-10-03 14:43:55 -04: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 Vendoring 2017-10-03 14:43:55 -04:00
proxy Update dependencies 2017-11-04 04:45:08 -06:00
publicsuffix Vendoring 2017-10-03 14:43:55 -04:00
route Update dependencies 2017-11-04 04:45:08 -06:00
trace Vendoring 2017-10-03 14:43:55 -04: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 Vendoring 2017-10-03 14:43:55 -04: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.