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

..03-May-2022-

bpf/H05-May-2021-4,2743,430

context/H05-May-2021-1,374906

dict/H05-May-2021-211167

dns/dnsmessage/H05-May-2021-4,4003,618

html/H05-May-2021-35,17032,031

http/H05-May-2021-1,282945

http2/H05-May-2021-36,10130,060

icmp/H05-May-2021-3,4492,905

idna/H05-May-2021-25,54622,509

internal/H05-May-2021-6,4064,721

ipv4/H05-May-2021-7,4545,575

ipv6/H05-May-2021-7,2575,330

lif/H05-May-2021-836634

nettest/H05-May-2021-952740

netutil/H05-May-2021-276201

proxy/H05-May-2021-793607

publicsuffix/H05-May-2021-30,50029,988

route/H05-May-2021-4,4693,337

trace/H05-May-2021-2,5351,901

webdav/H05-May-2021-15,38012,797

websocket/H05-May-2021-2,6602,148

xsrftoken/H05-May-2021-219157

.gitattributesH A D05-May-2021345 119

.gitignoreH A D05-May-202185 32

AUTHORSH A D05-May-2021173 43

CONTRIBUTING.mdH A D05-May-2021913 2717

CONTRIBUTORSH A D05-May-2021170 43

LICENSEH A D05-May-20211.4 KiB2824

PATENTSH A D05-May-20211.3 KiB2320

README.mdH A D05-May-2021700 1912

codereview.cfgH A D05-May-202121 21

go.modH A D05-May-2021179 107

go.sumH A D05-May-2021785 98

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