You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/vendor/golang.org/x/net
William Zhang 2a0e453675
trash/prune golang/x/net
5 years ago
..
context trash/prune golang/x/net 5 years ago
html trash/prune golang/x/net 5 years ago
http/httpguts trash/prune golang/x/net 5 years ago
http2 trash/prune golang/x/net 5 years ago
idna trash/prune golang/x/net 5 years ago
internal trash/prune golang/x/net 5 years ago
proxy trash/prune golang/x/net 5 years ago
trace trash/prune golang/x/net 5 years ago
websocket trash/prune golang/x/net 5 years ago
.gitattributes Update vendor 6 years ago
.gitignore Update vendor 6 years ago
AUTHORS Update vendor 6 years ago
CONTRIBUTING.md Update golang/x/net dependency 5 years ago
CONTRIBUTORS Update vendor 6 years ago
LICENSE Update vendor 6 years ago
PATENTS Update vendor 6 years ago
README.md Update golang/x/net dependency 5 years ago
codereview.cfg Update vendor 6 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.