| commit | df9fef2097f5d2cc202cdebbb32ca0d31fa06ec1 | [log] [tgz] |
|---|---|---|
| author | Tobias Klauser <tklauser@distanz.ch> | Wed Jun 14 14:05:14 2023 +0200 |
| committer | Gopher Robot <gobot@golang.org> | Fri Jun 16 18:27:25 2023 +0000 |
| tree | 8aa1112718bfb8ff5d8a7750f9b48ee520dd2a40 | |
| parent | 55b11dcdae8194618ad245a452849aa95e461114 [diff] |
unix/linux: update to Linux kernel 6.3 and Go 1.20.5 Change-Id: I347341ae0e45e73477e9a310a3749d37bafa8da7 Reviewed-on: https://go-review.googlesource.com/c/sys/+/503255 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Bryan Mills <bcmills@google.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.