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