1# Go Networking 2 3This repository holds supplementary Go networking libraries. 4 5## Download/Install 6 7The easiest way to install is to run `go get -u golang.org/x/net`. You can 8also manually git clone the repository to `$GOPATH/src/golang.org/x/net`. 9 10## Report Issues / Send Patches 11 12This repository uses Gerrit for code changes. To learn how to submit 13changes to this repository, see https://golang.org/doc/contribute.html. 14The main issue tracker for the net repository is located at 15https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the 16subject line, so it is easy to find. 17