commit | 2dfefb68328e148fa6872584a280a43197a2d5d7 | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Fri Oct 11 14:27:38 2024 +0800 |
committer | Gopher Robot <gobot@golang.org> | Fri Oct 11 18:38:43 2024 +0000 |
tree | a524261b2f06b3a8b20429a7d63da25a649ad3b8 | |
parent | e5eee7e480879ddfd1d2c3df4c3d97656c7a2d80 [diff] |
all: execute gofmt Change-Id: I55aef760145df773be30d567c9e989f46a3e79dc Reviewed-on: https://go-review.googlesource.com/c/sys/+/618898 Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.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.