commit | c08bc6e187fc8d4d07c5eae96ac4a8ba6a326abb | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Sep 04 12:30:33 2024 +0200 |
committer | Gopher Robot <gobot@golang.org> | Fri Sep 06 13:14:59 2024 +0000 |
tree | 2141eb1d8a3605b895e0d4dc819d52059608307b | |
parent | a43b625d3c32b5cd2726d132c8478884ae6cb0dc [diff] |
unix: update Go to 1.23.0 Change-Id: Ifd0f3aefd3699871fc875c8628aa4105b2c85f13 Reviewed-on: https://go-review.googlesource.com/c/sys/+/610016 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Dmitri Shuralyov <dmitshur@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.