Няма описание

Ian Gudger 22ae77b799 dns/dnsmessage: change Builder to append and update documentation преди 8 години
bpf cbe0f9307d all: remove "the" duplications преди 8 години
context 5561cd9b43 context: mention standard library version in package comment преди 8 години
dict 5d997795f7 all: make copyright headers consistent with one space after period преди 9 години
dns 22ae77b799 dns/dnsmessage: change Builder to append and update documentation преди 8 години
html 136a25c244 html: update quotes about the list of active formatting elements преди 8 години
http fc492d2e10 http/httpproxy: fix build on Go 1.8 преди 8 години
http2 cbe0f9307d all: remove "the" duplications преди 8 години
icmp f9d2e385ea icmp: use socket.NativeEndian преди 9 години
idna 49e6db1c9e idna: bug fix imported from x/text преди 8 години
internal 0ed95abb35 all: use HTTPS for iana.org links преди 8 години
ipv4 0ed95abb35 all: use HTTPS for iana.org links преди 8 години
ipv6 0ed95abb35 all: use HTTPS for iana.org links преди 8 години
lex 57c7820920 http2: add Transport support for unicode domain names преди 9 години
lif fcc8ed8e87 lif: rename internal types преди 9 години
nettest 7dcfb80767 nettest: skip testConcurrentMethods on Plan 9 преди 9 години
netutil 5d997795f7 all: make copyright headers consistent with one space after period преди 9 години
proxy aabf50738b proxy: fix typos in comments преди 8 години
publicsuffix f5dfe339be publicsuffix: update table to latest list from publicsuffix.org преди 8 години
route 7b572d500b route: work around macOS kernel bug преди 8 години
trace 1816238e22 trace: export /debug/requests and /debug/events handlers преди 9 години
webdav 8351a756f3 all: fix article typos преди 8 години
websocket 97edce0b2e websocket: mention the gorilla package преди 9 години
xsrftoken 0819898fb4 xsrftoken: panic for unsafe zero length keys преди 9 години
.gitattributes 8c5df243b6 net: add .gitattributes (fixes windows build) преди 11 години
.gitignore a63ec84237 convert .hgignore to .gitignore. преди 11 години
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository преди 14 години
CONTRIBUTING.md 9472249086 doc: add CONTRIBUTING.md преди 11 години
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository преди 14 години
LICENSE e169218972 LICENSE: add преди 14 години
PATENTS 8a5603b498 go.net: add PATENTS file to the subrepo. преди 14 години
README.md 0a9397675b README: flush out description преди 8 години
codereview.cfg 0b492c5a96 net: add codereview.cfg преди 11 години

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.