...

Text file src/golang.org/x/net/README.md

Documentation: golang.org/x/net

     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
     5This repository holds supplementary Go networking packages.
     6
     7## Report Issues / Send Patches
     8
     9This repository uses Gerrit for code changes. To learn how to submit changes to
    10this repository, see https://go.dev/doc/contribute.
    11
    12The git repository is https://go.googlesource.com/net.
    13
    14The main issue tracker for the net repository is located at
    15https://go.dev/issues. Prefix your issue with "x/net:" in the
    16subject line, so it is easy to find.

View as plain text