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

..03-May-2022-

bpf/H16-Oct-2020-

context/H16-Oct-2020-

dict/H16-Oct-2020-

dns/dnsmessage/H16-Oct-2020-

html/H16-Oct-2020-

http/H16-Oct-2020-

http2/H16-Oct-2020-

icmp/H16-Oct-2020-

idna/H16-Oct-2020-

internal/H16-Oct-2020-

ipv4/H16-Oct-2020-

ipv6/H16-Oct-2020-

lif/H16-Oct-2020-

nettest/H16-Oct-2020-

netutil/H16-Oct-2020-

proxy/H16-Oct-2020-

publicsuffix/H16-Oct-2020-

route/H16-Oct-2020-

trace/H16-Oct-2020-

webdav/H16-Oct-2020-

websocket/H16-Oct-2020-

xsrftoken/H16-Oct-2020-

.gitattributesH A D16-Oct-2020345

.gitignoreH A D16-Oct-202085

AUTHORSH A D16-Oct-2020173

CONTRIBUTING.mdH A D16-Oct-2020913

CONTRIBUTORSH A D16-Oct-2020170

LICENSEH A D16-Oct-20201.4 KiB

PATENTSH A D16-Oct-20201.3 KiB

README.mdH A D16-Oct-2020597

codereview.cfgH A D16-Oct-202021

go.modH A D16-Oct-2020181

go.sumH A D16-Oct-20201.4 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