commit | ebe580a85c4094482133940983c6d766aefb1942 | [log] [tgz] |
---|---|---|
author | Tom Thorogood <me+google@tomthorogood.co.uk> | Thu Jun 03 06:13:42 2021 +0930 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Thu Jun 03 08:11:09 2021 +0000 |
tree | 20b54b1906a711d779cac30840fc2b7bf1ea0a27 | |
parent | 7ecdf8ef093be7d47cf2495d887560ebdc72a9e0 [diff] |
unix: fix minor typos in README.md Change-Id: Ibf1ce4330e196578c933784b51fff7f6670e2fa5 Reviewed-on: https://go-review.googlesource.com/c/sys/+/324449 Reviewed-by: Ian Lance Taylor <iant@golang.org> 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.