src.dualinventive.com/go/websocketserver/vendor/golang.org/x/net
Jerry Jacobs 1193c82181 initial 2024-08-09 12:10:16 +02:00
..
bpf initial 2024-08-09 12:10:16 +02:00
context initial 2024-08-09 12:10:16 +02:00
dict initial 2024-08-09 12:10:16 +02:00
dns/dnsmessage initial 2024-08-09 12:10:16 +02:00
html initial 2024-08-09 12:10:16 +02:00
http initial 2024-08-09 12:10:16 +02:00
http2 initial 2024-08-09 12:10:16 +02:00
icmp initial 2024-08-09 12:10:16 +02:00
idna initial 2024-08-09 12:10:16 +02:00
internal initial 2024-08-09 12:10:16 +02:00
ipv4 initial 2024-08-09 12:10:16 +02:00
ipv6 initial 2024-08-09 12:10:16 +02:00
lif initial 2024-08-09 12:10:16 +02:00
nettest initial 2024-08-09 12:10:16 +02:00
netutil initial 2024-08-09 12:10:16 +02:00
proxy initial 2024-08-09 12:10:16 +02:00
publicsuffix initial 2024-08-09 12:10:16 +02:00
route initial 2024-08-09 12:10:16 +02:00
trace initial 2024-08-09 12:10:16 +02:00
webdav initial 2024-08-09 12:10:16 +02:00
websocket initial 2024-08-09 12:10:16 +02:00
xsrftoken initial 2024-08-09 12:10:16 +02:00
.gitattributes initial 2024-08-09 12:10:16 +02:00
AUTHORS initial 2024-08-09 12:10:16 +02:00
CONTRIBUTING.md initial 2024-08-09 12:10:16 +02:00
CONTRIBUTORS initial 2024-08-09 12:10:16 +02:00
LICENSE initial 2024-08-09 12:10:16 +02:00
PATENTS initial 2024-08-09 12:10:16 +02:00
README.md initial 2024-08-09 12:10:16 +02:00
codereview.cfg initial 2024-08-09 12:10:16 +02: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.