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

..03-May-2022-

bpf/H21-Oct-2019-

context/H21-Oct-2019-

dict/H21-Oct-2019-

dns/dnsmessage/H21-Oct-2019-

html/H21-Oct-2019-

http/H21-Oct-2019-

http2/H21-Oct-2019-

icmp/H21-Oct-2019-

idna/H21-Oct-2019-

internal/H21-Oct-2019-

ipv4/H21-Oct-2019-

ipv6/H21-Oct-2019-

lif/H21-Oct-2019-

nettest/H21-Oct-2019-

netutil/H21-Oct-2019-

proxy/H21-Oct-2019-

publicsuffix/H21-Oct-2019-

route/H21-Oct-2019-

trace/H21-Oct-2019-

webdav/H21-Oct-2019-

websocket/H21-Oct-2019-

xsrftoken/H21-Oct-2019-

.gitattributesH A D21-Oct-2019345

.gitignoreH A D21-Oct-201984

AUTHORSH A D21-Oct-2019173

CONTRIBUTING.mdH A D21-Oct-2019913

CONTRIBUTORSH A D21-Oct-2019170

LICENSEH A D21-Oct-20191.4 KiB

PATENTSH A D21-Oct-20191.3 KiB

README.mdH A D21-Oct-2019597

codereview.cfgH A D21-Oct-201921

go.modH A D21-Oct-2019181

go.sumH A D21-Oct-2019573

README.md

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