Bez popisu

Takuto Ikuta b09406accb windows: add GetDiskFreeSpaceEx function před 5 roky
cpu c990c680b6 cpu: support ARM feature detection on Linux před 5 roky
plan9 6a60838ec2 plan9: modify mkall.sh to support zsyscall*.go files generation před 5 roky
unix 06d7bd2c5f unix: update rtnetlink constants před 5 roky
windows b09406accb windows: add GetDiskFreeSpaceEx function před 5 roky
.gitattributes c2a8d2745f sys: copying .gitattributes to all subrepositories před 9 roky
.gitignore 3146fa09d5 convert .hgignore to .gitignore. před 9 roky
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository před 12 roky
CONTRIBUTING.md 89ac7f292d CONTRIBUTING.md: remove note about not accepting Pull Requests před 6 roky
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository před 12 roky
LICENSE b38d45f7ff LICENSE: add před 12 roky
PATENTS ca8b903872 go.empty: add PATENTS file to the subrepo. před 12 roky
README.md 314a259e30 README: add better links, Markdown před 7 roky
codereview.cfg 0fcda1387e sys: add codereview.cfg před 9 roky
go.mod b294cbcfc5 all: add go directive to go.mod před 5 roky

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.