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

..03-May-2022-

bpf/H14-Jan-2020-

context/H14-Jan-2020-

dict/H14-Jan-2020-

dns/dnsmessage/H14-Jan-2020-

html/H14-Jan-2020-

http/H14-Jan-2020-

http2/H14-Jan-2020-

icmp/H14-Jan-2020-

idna/H14-Jan-2020-

internal/H14-Jan-2020-

ipv4/H14-Jan-2020-

ipv6/H14-Jan-2020-

lif/H14-Jan-2020-

nettest/H14-Jan-2020-

netutil/H14-Jan-2020-

proxy/H14-Jan-2020-

publicsuffix/H14-Jan-2020-

route/H14-Jan-2020-

trace/H14-Jan-2020-

webdav/H14-Jan-2020-

websocket/H14-Jan-2020-

xsrftoken/H14-Jan-2020-

.gitattributesH A D14-Jan-2020345

.gitignoreH A D14-Jan-202084

AUTHORSH A D14-Jan-2020173

CONTRIBUTING.mdH A D14-Jan-2020913

CONTRIBUTORSH A D14-Jan-2020170

LICENSEH A D14-Jan-20201.4 KiB

PATENTSH A D14-Jan-20201.3 KiB

README.mdH A D14-Jan-2020597

codereview.cfgH A D14-Jan-202021

go.modH A D14-Jan-2020181

go.sumH A D14-Jan-2020573

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