Keine Beschreibung

Tobias Klauser fde4db37ae unix/linux: update Dockerfile to glibc 2.30 vor 5 Jahren
cpu 5219a1e1c5 cpu: add missing linkname for libc_getsystemcfg on aix/ppc64 vor 5 Jahren
plan9 6a60838ec2 plan9: modify mkall.sh to support zsyscall*.go files generation vor 5 Jahren
unix fde4db37ae unix/linux: update Dockerfile to glibc 2.30 vor 5 Jahren
windows 51ab0e2dea windows: add support for automatic delayed start in windows service vor 5 Jahren
.gitattributes c2a8d2745f sys: copying .gitattributes to all subrepositories vor 10 Jahren
.gitignore 3146fa09d5 convert .hgignore to .gitignore. vor 10 Jahren
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository vor 12 Jahren
CONTRIBUTING.md 89ac7f292d CONTRIBUTING.md: remove note about not accepting Pull Requests vor 6 Jahren
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository vor 12 Jahren
LICENSE b38d45f7ff LICENSE: add vor 12 Jahren
PATENTS ca8b903872 go.empty: add PATENTS file to the subrepo. vor 12 Jahren
README.md 314a259e30 README: add better links, Markdown vor 7 Jahren
codereview.cfg 0fcda1387e sys: add codereview.cfg vor 9 Jahren
go.mod b294cbcfc5 all: add go directive to go.mod vor 5 Jahren

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.