Нема описа

Tobias Klauser ff2a66f350 unix: fix godoc comment for clen пре 7 година
plan9 90f0fdc418 plan9: add arm support пре 8 година
unix ff2a66f350 unix: fix godoc comment for clen пре 7 година
windows 3ca7571cef windows: move Unsetenv into env_windows.go пре 8 година
.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 28779c6dad doc: add CONTRIBUTING.md пре 10 година
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.