commit | e7397b9a65e3b9b49ff8a63a5156bbfe90df8786 | [log] [tgz] |
---|---|---|
author | Mauri de Souza Meneguzzo <mauri870@gmail.com> | Fri Sep 27 20:20:15 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Mon Sep 30 12:37:56 2024 +0000 |
tree | aaeeaaf96c117d55a302c76bdd0471cb627fd00c | |
parent | 981de40f5c9d8dc49087c2d351624288ee17b34c [diff] |
unix: update to Linux 6.11 Change-Id: I1cc777822da1b557e69634faade8e24d06c00ce8 GitHub-Last-Rev: d09238ecd0989901b5d92e7a0ae2556c6e441d27 GitHub-Pull-Request: golang/sys#218 Reviewed-on: https://go-review.googlesource.com/c/sys/+/613855 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
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.