Russ Cox ab34263943 dns/dnsmessage: remove use of fmt that crept in | hace 4 años | |
---|---|---|
bpf | hace 5 años | |
context | hace 6 años | |
dict | hace 8 años | |
dns | hace 4 años | |
html | hace 4 años | |
http | hace 6 años | |
http2 | hace 4 años | |
icmp | hace 4 años | |
idna | hace 5 años | |
internal | hace 5 años | |
ipv4 | hace 4 años | |
ipv6 | hace 4 años | |
lif | hace 5 años | |
nettest | hace 5 años | |
netutil | hace 5 años | |
proxy | hace 5 años | |
publicsuffix | hace 4 años | |
route | hace 4 años | |
trace | hace 5 años | |
webdav | hace 4 años | |
websocket | hace 5 años | |
xsrftoken | hace 5 años | |
.gitattributes | hace 10 años | |
.gitignore | hace 4 años | |
AUTHORS | hace 12 años | |
CONTRIBUTING.md | hace 6 años | |
CONTRIBUTORS | hace 12 años | |
LICENSE | hace 12 años | |
PATENTS | hace 12 años | |
README.md | hace 7 años | |
codereview.cfg | hace 9 años | |
go.mod | hace 4 años | |
go.sum | hace 4 años |
This repository holds supplementary Go networking libraries.
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
.
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.