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

..03-May-2022-

bpf/H25-May-2021-

context/H25-May-2021-

dict/H25-May-2021-

dns/dnsmessage/H25-May-2021-

html/H25-May-2021-

http/H25-May-2021-

http2/H25-May-2021-

icmp/H25-May-2021-

idna/H25-May-2021-

internal/H25-May-2021-

ipv4/H25-May-2021-

ipv6/H25-May-2021-

lif/H25-May-2021-

nettest/H25-May-2021-

netutil/H25-May-2021-

proxy/H25-May-2021-

publicsuffix/H25-May-2021-

route/H25-May-2021-

trace/H25-May-2021-

webdav/H25-May-2021-

websocket/H25-May-2021-

xsrftoken/H25-May-2021-

.gitattributesH A D25-May-2021345

.gitignoreH A D25-May-202185

AUTHORSH A D25-May-2021173

CONTRIBUTING.mdH A D25-May-2021913

CONTRIBUTORSH A D25-May-2021170

LICENSEH A D25-May-20211.4 KiB

PATENTSH A D25-May-20211.3 KiB

README.mdH A D25-May-2021700

codereview.cfgH A D25-May-202121

go.modH A D25-May-2021179

go.sumH A D25-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