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

..03-May-2022-

bpf/H19-Jan-2021-4,2743,430

context/H19-Jan-2021-1,368906

dict/H19-Jan-2021-211167

dns/dnsmessage/H19-Jan-2021-4,2003,455

html/H19-Jan-2021-35,16932,031

http/H19-Jan-2021-1,279943

http2/H19-Jan-2021-35,74029,802

icmp/H19-Jan-2021-3,4462,905

idna/H19-Jan-2021-25,46922,471

internal/H19-Jan-2021-6,8145,074

ipv4/H19-Jan-2021-8,7486,789

ipv6/H19-Jan-2021-9,3077,012

lif/H19-Jan-2021-836634

nettest/H19-Jan-2021-949740

netutil/H19-Jan-2021-274201

proxy/H19-Jan-2021-793607

publicsuffix/H19-Jan-2021-30,26329,752

route/H19-Jan-2021-4,4473,338

trace/H19-Jan-2021-2,5351,901

webdav/H19-Jan-2021-15,37912,797

websocket/H19-Jan-2021-2,6602,148

xsrftoken/H19-Jan-2021-219157

.gitattributesH A D19-Jan-2021345 119

.gitignoreH A D19-Jan-202185 32

AUTHORSH A D19-Jan-2021173 43

CONTRIBUTING.mdH A D19-Jan-2021913 2717

CONTRIBUTORSH A D19-Jan-2021170 43

LICENSEH A D19-Jan-20211.4 KiB2824

PATENTSH A D19-Jan-20211.3 KiB2320

README.mdH A D19-Jan-2021700 1912

codereview.cfgH A D19-Jan-202121 21

go.modH A D19-Jan-2021179 107

go.sumH A D19-Jan-2021678 87

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