commit | 18e038c8ee1d315bcf6e5365414c1b1ddcc06c1c | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Oct 25 10:00:44 2024 +0200 |
committer | Gopher Robot <gobot@golang.org> | Mon Oct 28 15:03:49 2024 +0000 |
tree | ea60acfc2f7473bc09440177a113702d563b59a7 | |
parent | d045236a8d4b76a8a8d1fee1c3db5e78a2871381 [diff] |
unix: move NETLINK_* consts to own section This makes it easier to distinguish them from the IFLA_* and add new entries. Also refresh the IFLA_* consts while at it. Change-Id: I94aa56c9f99d0714668d8150cb6185d57e2d789c Reviewed-on: https://go-review.googlesource.com/c/sys/+/622515 Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Amedee <carlos@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
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 sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.