Tobias Klauser fde4db37ae unix/linux: update Dockerfile to glibc 2.30 | 5 years ago | |
---|---|---|
cpu | 5 years ago | |
plan9 | 5 years ago | |
unix | 5 years ago | |
windows | 5 years ago | |
.gitattributes | 10 years ago | |
.gitignore | 10 years ago | |
AUTHORS | 12 years ago | |
CONTRIBUTING.md | 6 years ago | |
CONTRIBUTORS | 12 years ago | |
LICENSE | 12 years ago | |
PATENTS | 12 years ago | |
README.md | 7 years ago | |
codereview.cfg | 9 years ago | |
go.mod | 5 years ago |
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.