Go supplementary network libraries

Clone this repo:
  1. 4783315 http2: limit 1xx based on size, do not limit when delivered by Damien Neil · 4 weeks ago master
  2. 5716b98 internal/socket: execute gofmt by cuishuang · 11 days ago
  3. 42b1186 http2: support ResponseController.EnableFullDuplex by Damien Neil · 1 year, 8 months ago
  4. 6cc5ac4 go.mod: update golang.org/x dependencies by Gopher Robot · 2 weeks ago v0.30.0
  5. f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket by Mathias Fredriksson · 4 weeks ago

Go Networking

Go Reference

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.