• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bpf/H10-May-2021-

context/H10-May-2021-

dict/H10-May-2021-

dns/dnsmessage/H10-May-2021-

html/H10-May-2021-

http/H10-May-2021-

http2/H10-May-2021-

icmp/H10-May-2021-

idna/H10-May-2021-

internal/H10-May-2021-

ipv4/H10-May-2021-

ipv6/H10-May-2021-

lif/H10-May-2021-

nettest/H10-May-2021-

netutil/H10-May-2021-

proxy/H10-May-2021-

publicsuffix/H10-May-2021-

route/H10-May-2021-

trace/H10-May-2021-

webdav/H10-May-2021-

websocket/H10-May-2021-

xsrftoken/H10-May-2021-

.gitattributesH A D10-May-2021345

.gitignoreH A D10-May-202185

AUTHORSH A D10-May-2021173

CONTRIBUTING.mdH A D10-May-2021913

CONTRIBUTORSH A D10-May-2021170

LICENSEH A D10-May-20211.4 KiB

PATENTSH A D10-May-20211.3 KiB

README.mdH A D10-May-2021700

codereview.cfgH A D10-May-202121

go.modH A D10-May-2021179

go.sumH A D10-May-2021785

README.md

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 libraries.
6
7## Download/Install
8
9The easiest way to install is to run `go get -u golang.org/x/net`. You can
10also manually git clone the repository to `$GOPATH/src/golang.org/x/net`.
11
12## Report Issues / Send Patches
13
14This repository uses Gerrit for code changes. To learn how to submit
15changes to this repository, see https://golang.org/doc/contribute.html.
16The main issue tracker for the net repository is located at
17https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the
18subject line, so it is easy to find.
19