commit | 1bab6f366d9ec8c152f8735b2e359822ef75e3bd | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu Jun 23 10:30:42 2022 +0200 |
committer | Gopher Robot <gobot@golang.org> | Fri Jun 24 21:49:02 2022 +0000 |
tree | 8ca10e48014e245bb4e37a83a0261bd08f72fcd3 | |
parent | 263ec571b305696c2b407c39236ffcf420d2bbc9 [diff] |
lif: use IFT_* consts from x/sys/unix Use the the IFT_* constants already defined in the golang.org/x/sys/unix package instead of locally duplicating them. Change-Id: Ifdcedae547f909535f4b447968712c7c1495c821 Reviewed-on: https://go-review.googlesource.com/c/net/+/413275 Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Carlos Amedee <carlos@golang.org> TryBot-Result: Gopher Robot <gobot@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.