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