Clone this repo:
  1. ba9fcec http2: correct ServeConnOpts.context's nil receiver check by Aofei Sheng · 4 years, 8 months ago main master
  2. 74dc4d7 http2: limit number of control frames in server send queue by Filippo Valsorda · 4 years, 9 months ago
  3. ca1201d http2: use updated URI in doc by Pascal Dierich · 4 years, 9 months ago
  4. da137c7 proxy: fix TestDial failures on wasm/js by Jacob Blain Christen · 4 years, 10 months ago
  5. 3b0461e internal/socket, ipv4, ipv6: add support for GOOS=illumos by Tobias Klauser · 4 years, 10 months ago

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.