Kevin Burke | 314a259 | 2017-07-18 20:44:26 -0700 | [diff] [blame] | 1 | # sys |
| 2 | |
Julie Qiu | d4d67f9 | 2020-12-07 16:48:35 -0500 | [diff] [blame] | 3 | [](https://pkg.go.dev/golang.org/x/sys) |
| 4 | |
Kevin Burke | 314a259 | 2017-07-18 20:44:26 -0700 | [diff] [blame] | 5 | This repository holds supplemental Go packages for low-level interactions with |
| 6 | the operating system. |
| 7 | |
| 8 | ## Download/Install |
| 9 | |
| 10 | The easiest way to install is to run `go get -u golang.org/x/sys`. You can |
| 11 | also manually git clone the repository to `$GOPATH/src/golang.org/x/sys`. |
| 12 | |
| 13 | ## Report Issues / Send Patches |
| 14 | |
| 15 | This repository uses Gerrit for code changes. To learn how to submit changes to |
| 16 | this repository, see https://golang.org/doc/contribute.html. |
| 17 | |
| 18 | The main issue tracker for the sys repository is located at |
| 19 | https://github.com/golang/go/issues. Prefix your issue with "x/sys:" in the |
| 20 | subject line, so it is easy to find. |