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

..03-May-2022-

bpf/H14-Jun-2021-

context/H14-Jun-2021-

dict/H14-Jun-2021-

dns/dnsmessage/H14-Jun-2021-

html/H14-Jun-2021-

http/H14-Jun-2021-

http2/H14-Jun-2021-

icmp/H14-Jun-2021-

idna/H14-Jun-2021-

internal/H14-Jun-2021-

ipv4/H14-Jun-2021-

ipv6/H14-Jun-2021-

lif/H14-Jun-2021-

nettest/H14-Jun-2021-

netutil/H14-Jun-2021-

proxy/H14-Jun-2021-

publicsuffix/H14-Jun-2021-

route/H14-Jun-2021-

trace/H14-Jun-2021-

webdav/H14-Jun-2021-

websocket/H14-Jun-2021-

xsrftoken/H14-Jun-2021-

.gitattributesH A D14-Jun-2021345

.gitignoreH A D14-Jun-202185

AUTHORSH A D14-Jun-2021173

CONTRIBUTING.mdH A D14-Jun-2021913

CONTRIBUTORSH A D14-Jun-2021170

LICENSEH A D14-Jun-20211.4 KiB

PATENTSH A D14-Jun-20211.3 KiB

README.mdH A D14-Jun-2021700

codereview.cfgH A D14-Jun-202121

go.modH A D14-Jun-2021179

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