Нема описа

Tobias Klauser b4a75ba826 unix: generate linux/sparc64 go files using Docker пре 7 година
cpu 70b957f3b6 cpu: add linux/arm64 пре 7 година
plan9 8883426083 plan9: follow convention for generated code comment пре 7 година
unix b4a75ba826 unix: generate linux/sparc64 go files using Docker пре 7 година
windows 074acd46bc windows/svc: use wevtutil.exe instead of powershell for windows/arm пре 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 пре 13 година
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 пре 10 година

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.