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

..03-May-2022-

bpf/H03-Sep-2021-4,2743,430

context/H03-Sep-2021-1,374906

dict/H03-Sep-2021-211167

dns/dnsmessage/H03-Sep-2021-4,4003,618

html/H03-Sep-2021-35,21432,056

http/H03-Sep-2021-1,282945

http2/H03-Sep-2021-36,50530,394

icmp/H03-Sep-2021-3,4492,905

idna/H03-Sep-2021-25,54622,509

internal/H03-Sep-2021-6,5684,833

ipv4/H03-Sep-2021-7,4545,575

ipv6/H03-Sep-2021-7,2575,330

lif/H03-Sep-2021-836634

nettest/H03-Sep-2021-952740

netutil/H03-Sep-2021-276201

proxy/H03-Sep-2021-793607

publicsuffix/H03-Sep-2021-30,50029,988

route/H03-Sep-2021-4,4713,334

trace/H03-Sep-2021-2,5351,901

webdav/H03-Sep-2021-15,38012,797

websocket/H03-Sep-2021-2,6602,148

xsrftoken/H03-Sep-2021-219157

.gitattributesH A D03-Sep-2021345 119

.gitignoreH A D03-Sep-202185 32

AUTHORSH A D03-Sep-2021173 43

CONTRIBUTING.mdH A D03-Sep-2021913 2717

CONTRIBUTORSH A D03-Sep-2021170 43

LICENSEH A D03-Sep-20211.4 KiB2824

PATENTSH A D03-Sep-20211.3 KiB2320

README.mdH A D03-Sep-2021700 1912

codereview.cfgH A D03-Sep-202121 21

go.modH A D03-Sep-2021179 107

go.sumH A D03-Sep-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