buildkit/vendor/golang.org/x/net
Tonis Tiigi 8b7e611c96 vendor: update net to go1.10
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2018-04-30 18:05:55 -07:00
..
context vendor: update net to go1.10 2018-04-30 18:05:55 -07:00
http2 vendor: update net to go1.10 2018-04-30 18:05:55 -07:00
idna vendor: update net to go1.10 2018-04-30 18:05:55 -07:00
internal/timeseries vendor: update 2017-06-02 10:30:00 -07:00
lex/httplex vendor: containerd 2017-05-26 10:20:14 -07:00
proxy vendor: update net to go1.10 2018-04-30 18:05:55 -07:00
trace vendor: update net to go1.10 2018-04-30 18:05:55 -07:00
LICENSE vendor: containerd 2017-05-26 10:20:14 -07:00
PATENTS vendor: containerd 2017-05-26 10:20:14 -07:00
README.md vendor: update net to go1.10 2018-04-30 18:05:55 -07: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.