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

..03-May-2022-

bpf/H25-Jun-2020-

context/H25-Jun-2020-

dict/H25-Jun-2020-

dns/dnsmessage/H25-Jun-2020-

html/H25-Jun-2020-

http/H25-Jun-2020-

http2/H25-Jun-2020-

icmp/H25-Jun-2020-

idna/H25-Jun-2020-

internal/H25-Jun-2020-

ipv4/H25-Jun-2020-

ipv6/H25-Jun-2020-

lif/H25-Jun-2020-

nettest/H25-Jun-2020-

netutil/H25-Jun-2020-

proxy/H25-Jun-2020-

publicsuffix/H25-Jun-2020-

route/H25-Jun-2020-

trace/H25-Jun-2020-

webdav/H25-Jun-2020-

websocket/H25-Jun-2020-

xsrftoken/H25-Jun-2020-

.gitattributesH A D25-Jun-2020345

.gitignoreH A D25-Jun-202085

AUTHORSH A D25-Jun-2020173

CONTRIBUTING.mdH A D25-Jun-2020913

CONTRIBUTORSH A D25-Jun-2020170

LICENSEH A D25-Jun-20201.4 KiB

PATENTSH A D25-Jun-20201.3 KiB

README.mdH A D25-Jun-2020597

codereview.cfgH A D25-Jun-202021

go.modH A D25-Jun-2020181

go.sumH A D25-Jun-20201.2 KiB

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