commit | 798c2154c571f098feedb84bca3043abd7dadf2a | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Tue Apr 20 10:50:58 2021 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Tue Apr 20 21:01:06 2021 +0000 |
tree | 16f4d11715f0e644ddaf6a83ba80d49829778a2d | |
parent | d25e3042586827419b3589d4a4697231930a15d6 [diff] |
ipv6: use all socket option consts from x/sys/unix Remove the remaining local definitions of various socket option constants and use the constants defined in the golang.org/x/sys/unix package instead. Change-Id: I110cf984e2bac5bf48d6e6489fd6da8ab7b13b10 Reviewed-on: https://go-review.googlesource.com/c/net/+/311749 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
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.