1
0
mirror of https://github.com/Luzifer/repo-template.git synced 2024-09-20 17:42:58 +00:00
repo-template/vendor/golang.org/x/net
2018-02-07 10:03:05 +01:00
..
bpf Vendor deps 2018-02-07 10:03:05 +01:00
context Vendor deps 2018-02-07 10:03:05 +01:00
dict Vendor deps 2018-02-07 10:03:05 +01:00
dns/dnsmessage Vendor deps 2018-02-07 10:03:05 +01:00
html Vendor deps 2018-02-07 10:03:05 +01:00
http/httpproxy Vendor deps 2018-02-07 10:03:05 +01:00
http2 Vendor deps 2018-02-07 10:03:05 +01:00
icmp Vendor deps 2018-02-07 10:03:05 +01:00
idna Vendor deps 2018-02-07 10:03:05 +01:00
internal Vendor deps 2018-02-07 10:03:05 +01:00
ipv4 Vendor deps 2018-02-07 10:03:05 +01:00
ipv6 Vendor deps 2018-02-07 10:03:05 +01:00
lex/httplex Vendor deps 2018-02-07 10:03:05 +01:00
lif Vendor deps 2018-02-07 10:03:05 +01:00
nettest Vendor deps 2018-02-07 10:03:05 +01:00
netutil Vendor deps 2018-02-07 10:03:05 +01:00
proxy Vendor deps 2018-02-07 10:03:05 +01:00
publicsuffix Vendor deps 2018-02-07 10:03:05 +01:00
route Vendor deps 2018-02-07 10:03:05 +01:00
trace Vendor deps 2018-02-07 10:03:05 +01:00
webdav Vendor deps 2018-02-07 10:03:05 +01:00
websocket Vendor deps 2018-02-07 10:03:05 +01:00
xsrftoken Vendor deps 2018-02-07 10:03:05 +01:00
.gitattributes Vendor deps 2018-02-07 10:03:05 +01:00
.gitignore Vendor deps 2018-02-07 10:03:05 +01:00
AUTHORS Vendor deps 2018-02-07 10:03:05 +01:00
codereview.cfg Vendor deps 2018-02-07 10:03:05 +01:00
CONTRIBUTING.md Vendor deps 2018-02-07 10:03:05 +01:00
CONTRIBUTORS Vendor deps 2018-02-07 10:03:05 +01:00
LICENSE Vendor deps 2018-02-07 10:03:05 +01:00
PATENTS Vendor deps 2018-02-07 10:03:05 +01:00
README.md Vendor deps 2018-02-07 10:03:05 +01: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.