commit | 92f3ad6e7f2c62ef8e7c26906fdb3b67419566ac | [log] [tgz] |
---|---|---|
author | Mauri de Souza Meneguzzo <mauri870@gmail.com> | Mon May 13 12:14:06 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Mon May 13 21:43:45 2024 +0000 |
tree | 513d49aff8f954540d02c75d181559380f89d7cf | |
parent | f34bb9fccc5017bce03e0a0446cc145e8424054b [diff] |
unix: update to Linux kernel 6.9 Change-Id: Ib7bd9dabfcb8234c522ec357d32bfa3e87af53db GitHub-Last-Rev: 4bea20522264580bf69a715da426ebc80f29ae52 GitHub-Pull-Request: golang/sys#194 Reviewed-on: https://go-review.googlesource.com/c/sys/+/585135 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Mauri de Souza Meneguzzo <mauri870@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> TryBot-Result: Gopher Robot <gobot@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.