Go supplementary network libraries

Clone this repo:
  1. 88a50b6 all: update x/sys to HEAD by Bryan C. Mills · 20 hours ago master
  2. 7e6923f quic: add RTT estimator by Damien Neil · 14 days ago
  3. 2796e09 bpf: check for little endian CPU for OS VM comparison by Matt Layher · 2 days ago
  4. 10cf388 quic: add a data structure for tracking lists of sent packets by Damien Neil · 3 weeks ago
  5. ccc217c quic: parameterize rangeset by Damien Neil · 9 days 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.