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

..03-May-2022-

bpf/H26-Feb-2021-

context/H26-Feb-2021-

dict/H26-Feb-2021-

dns/dnsmessage/H26-Feb-2021-

html/H26-Feb-2021-

http/H26-Feb-2021-

http2/H26-Feb-2021-

icmp/H26-Feb-2021-

idna/H26-Feb-2021-

internal/H26-Feb-2021-

ipv4/H26-Feb-2021-

ipv6/H26-Feb-2021-

lif/H26-Feb-2021-

nettest/H26-Feb-2021-

netutil/H26-Feb-2021-

proxy/H26-Feb-2021-

publicsuffix/H26-Feb-2021-

route/H26-Feb-2021-

trace/H26-Feb-2021-

webdav/H26-Feb-2021-

websocket/H26-Feb-2021-

xsrftoken/H26-Feb-2021-

.gitattributesH A D26-Feb-2021345

.gitignoreH A D26-Feb-202185

AUTHORSH A D26-Feb-2021173

CONTRIBUTING.mdH A D26-Feb-2021913

CONTRIBUTORSH A D26-Feb-2021170

LICENSEH A D26-Feb-20211.4 KiB

PATENTSH A D26-Feb-20211.3 KiB

README.mdH A D26-Feb-2021700

codereview.cfgH A D26-Feb-202121

go.modH A D26-Feb-2021179

go.sumH A D26-Feb-2021678

README.md

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