commit | d58f986c8984f0fb072181b6c10da9a2d4f9287f | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Mon Sep 09 15:02:35 2024 +0800 |
committer | Gopher Robot <gobot@golang.org> | Mon Sep 09 19:33:19 2024 +0000 |
tree | fd92a3c552e1a9fe55afd7f2169e850a474ad055 | |
parent | 30de3524c2229f51e499858e9201cbcd8b9c2b80 [diff] |
all: fix some typos in comment Change-Id: I40f9866661bad30ee2f4be2e9d0beee54db860b3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/611775 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.