You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum e91d8a4dae Add channel modes +i, +m and +r, MOTD config option and banned message when connecting 5 years ago
..
bpf Add accounts, server/channel moderation 5 years ago
context Add accounts, server/channel moderation 5 years ago
dict Add accounts, server/channel moderation 5 years ago
dns/dnsmessage Add accounts, server/channel moderation 5 years ago
html Add accounts, server/channel moderation 5 years ago
http/httpproxy Add accounts, server/channel moderation 5 years ago
http2 Add accounts, server/channel moderation 5 years ago
icmp Add accounts, server/channel moderation 5 years ago
idna Add accounts, server/channel moderation 5 years ago
internal Add channel modes +i, +m and +r, MOTD config option and banned message when connecting 5 years ago
ipv4 Add accounts, server/channel moderation 5 years ago
ipv6 Add accounts, server/channel moderation 5 years ago
lex/httplex Add accounts, server/channel moderation 5 years ago
lif Add accounts, server/channel moderation 5 years ago
nettest Add accounts, server/channel moderation 5 years ago
netutil Add accounts, server/channel moderation 5 years ago
proxy Add accounts, server/channel moderation 5 years ago
publicsuffix Add accounts, server/channel moderation 5 years ago
route Add accounts, server/channel moderation 5 years ago
trace Add accounts, server/channel moderation 5 years ago
webdav Add accounts, server/channel moderation 5 years ago
websocket Add accounts, server/channel moderation 5 years ago
xsrftoken Add accounts, server/channel moderation 5 years ago
.gitattributes Add accounts, server/channel moderation 5 years ago
.gitignore Add accounts, server/channel moderation 5 years ago
AUTHORS Add accounts, server/channel moderation 5 years ago
CONTRIBUTING.md Add accounts, server/channel moderation 5 years ago
CONTRIBUTORS Add accounts, server/channel moderation 5 years ago
LICENSE Add accounts, server/channel moderation 5 years ago
PATENTS Add accounts, server/channel moderation 5 years ago
README.md Add accounts, server/channel moderation 5 years ago
codereview.cfg Add accounts, server/channel moderation 5 years ago

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.