frp/vendor/golang.org/x/net
fatedier cd37d22f3b vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
..
bpf vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
context vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
dict using glide 2017-11-01 16:21:57 +08:00
dns/dnsmessage vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
html vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
http vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
http2 vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
icmp vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
idna vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
internal vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
ipv4 vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
ipv6 vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
lex/httplex using glide 2017-11-01 16:21:57 +08:00
lif using glide 2017-11-01 16:21:57 +08:00
nettest using glide 2017-11-01 16:21:57 +08:00
netutil vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
proxy vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
publicsuffix vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
route vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
trace vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
webdav vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
websocket using glide 2017-11-01 16:21:57 +08:00
xsrftoken using glide 2017-11-01 16:21:57 +08:00
.gitattributes using glide 2017-11-01 16:21:57 +08:00
.gitignore using glide 2017-11-01 16:21:57 +08:00
AUTHORS vendor: add kcp-go package 2017-06-04 20:07:03 +08:00
CONTRIBUTING.md vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
CONTRIBUTORS vendor: add kcp-go package 2017-06-04 20:07:03 +08:00
LICENSE vendor: add kcp-go package 2017-06-04 20:07:03 +08:00
PATENTS vendor: add kcp-go package 2017-06-04 20:07:03 +08:00
README.md vendor: udpate golang.org/x/net 2018-05-04 18:37:43 +08:00
codereview.cfg using glide 2017-11-01 16:21:57 +08: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.