Нет описания

Tobias Klauser cd391775e7 unix: add type NdUseroptmsg on Linux 7 лет назад
cpu b4e8571b14 cpu: fix build for GOARCH=ppc64{,le} on GOOS!=linux 7 лет назад
plan9 cb59ee3660 plan9: replace "mksyscall.pl" with Go program 7 лет назад
unix cd391775e7 unix: add type NdUseroptmsg on Linux 7 лет назад
windows 629670e5ac windows: gofmt -w windows/security_windows.go 7 лет назад
.gitattributes c2a8d2745f sys: copying .gitattributes to all subrepositories 11 лет назад
.gitignore 3146fa09d5 convert .hgignore to .gitignore. 11 лет назад
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository 14 лет назад
CONTRIBUTING.md 89ac7f292d CONTRIBUTING.md: remove note about not accepting Pull Requests 7 лет назад
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository 14 лет назад
LICENSE b38d45f7ff LICENSE: add 14 лет назад
PATENTS ca8b903872 go.empty: add PATENTS file to the subrepo. 13 лет назад
README.md 314a259e30 README: add better links, Markdown 8 лет назад
codereview.cfg 0fcda1387e sys: add codereview.cfg 11 лет назад

README.md

sys

This repository holds supplemental Go packages for low-level interactions with the operating system.

Download/Install

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.

Report Issues / Send Patches

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.