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

..03-May-2022-

bpf/H17-Sep-2021-

context/H17-Sep-2021-

dict/H17-Sep-2021-

dns/dnsmessage/H17-Sep-2021-

html/H17-Sep-2021-

http/H17-Sep-2021-

http2/H17-Sep-2021-

icmp/H17-Sep-2021-

idna/H17-Sep-2021-

internal/H17-Sep-2021-

ipv4/H17-Sep-2021-

ipv6/H17-Sep-2021-

lif/H17-Sep-2021-

nettest/H17-Sep-2021-

netutil/H17-Sep-2021-

proxy/H17-Sep-2021-

publicsuffix/H17-Sep-2021-

route/H17-Sep-2021-

trace/H17-Sep-2021-

webdav/H17-Sep-2021-

websocket/H17-Sep-2021-

xsrftoken/H17-Sep-2021-

.gitattributesH A D17-Sep-2021345

.gitignoreH A D17-Sep-202185

AUTHORSH A D17-Sep-2021173

CONTRIBUTING.mdH A D17-Sep-2021913

CONTRIBUTORSH A D17-Sep-2021170

LICENSEH A D17-Sep-20211.4 KiB

PATENTSH A D17-Sep-20211.3 KiB

README.mdH A D17-Sep-2021700

codereview.cfgH A D17-Sep-202121

go.modH A D17-Sep-2021179

go.sumH A D17-Sep-2021785

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