[mirror] Go supplementary network libraries
Перейти к файлу
Kevin Burke 0ed95abb35 all: use HTTPS for iana.org links
iana.org, www.iana.org and data.iana.org all present a valid TLS
certificate, so let's use it when fetching data to avoid errors in
transit.

Change-Id: I1f295442d24a221fe2b722c4782dceee38b960ec
Reviewed-on: https://go-review.googlesource.com/89415
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-01-24 06:09:56 +00:00
bpf bpf: add Setter interface 2017-06-13 04:21:24 +00:00
context context: mention standard library version in package comment 2017-10-23 17:40:46 +00:00
dict all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
dns/dnsmessage dns/dnsmessage: update docs for terminology alignment 2018-01-08 09:04:19 +00:00
html html: fix misleading Tokenizer.Token comment 2018-01-12 01:58:58 +00:00
http/httpproxy http/httpproxy: fix build on Go 1.8 2017-11-28 02:42:22 +00:00
http2 all: use HTTPS for iana.org links 2018-01-24 06:09:56 +00:00
icmp icmp: use socket.NativeEndian 2017-06-21 08:22:27 +00:00
idna idna: bug fix imported from x/text 2017-11-02 17:05:40 +00:00
internal all: use HTTPS for iana.org links 2018-01-24 06:09:56 +00:00
ipv4 all: use HTTPS for iana.org links 2018-01-24 06:09:56 +00:00
ipv6 all: use HTTPS for iana.org links 2018-01-24 06:09:56 +00:00
lex/httplex http2: add Transport support for unicode domain names 2016-09-12 18:43:32 +00:00
lif lif: rename internal types 2017-05-09 22:28:08 +00:00
nettest nettest: skip testConcurrentMethods on Plan 9 2017-05-25 01:16:37 +00:00
netutil all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
proxy proxy: fix typos in comments 2017-10-19 16:49:06 +00:00
publicsuffix publicsuffix: allow to encode up to 1023 children in the table 2017-09-20 23:39:49 +00:00
route route: work around macOS kernel bug 2017-10-26 23:40:51 +00:00
trace trace: export /debug/requests and /debug/events handlers 2017-06-19 21:13:42 +00:00
webdav all: fix article typos 2017-09-15 14:21:06 +00:00
websocket websocket: mention the gorilla package 2016-12-02 00:11:43 +00:00
xsrftoken xsrftoken: panic for unsafe zero length keys 2017-05-02 13:46:37 +00:00
.gitattributes net: add .gitattributes (fixes windows build) 2014-12-23 17:05:08 +11:00
.gitignore convert .hgignore to .gitignore. 2014-12-08 10:44:07 +11:00
AUTHORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
CONTRIBUTING.md doc: add CONTRIBUTING.md 2015-02-18 23:42:41 +00:00
CONTRIBUTORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
LICENSE LICENSE: add 2012-03-17 15:20:00 +11:00
PATENTS go.net: add PATENTS file to the subrepo. 2012-04-16 11:24:46 +10:00
README.md README: flush out description 2017-09-27 05:51:02 +00:00
codereview.cfg net: add codereview.cfg 2015-03-18 17:04:12 +00:00

README.md

Go Networking

This repository holds supplementary Go networking libraries.

Download/Install

The easiest way to install is to run go get -u golang.org/x/net. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the subject line, so it is easy to find.