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

..03-May-2022-

bpf/H01-Mar-2018-

context/H01-Mar-2018-

dict/H01-Mar-2018-

dns/dnsmessage/H01-Mar-2018-

html/H01-Mar-2018-

http/httpproxy/H01-Mar-2018-

http2/H01-Mar-2018-

icmp/H01-Mar-2018-

idna/H01-Mar-2018-

internal/H01-Mar-2018-

ipv4/H01-Mar-2018-

ipv6/H01-Mar-2018-

lex/httplex/H01-Mar-2018-

lif/H01-Mar-2018-

nettest/H01-Mar-2018-

netutil/H01-Mar-2018-

proxy/H01-Mar-2018-

publicsuffix/H01-Mar-2018-

route/H01-Mar-2018-

trace/H01-Mar-2018-

webdav/H01-Mar-2018-

websocket/H01-Mar-2018-

xsrftoken/H01-Mar-2018-

.gitattributesH A D01-Mar-2018345

.gitignoreH A D01-Mar-201884

AUTHORSH A D01-Mar-2018173

CONTRIBUTING.mdH A D01-Mar-20181 KiB

CONTRIBUTORSH A D01-Mar-2018170

LICENSEH A D01-Mar-20181.4 KiB

PATENTSH A D01-Mar-20181.3 KiB

README.mdH A D01-Mar-2018597

codereview.cfgH A D01-Mar-201821

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