Keine Beschreibung

Tobias Klauser 3ca7571cef windows: move Unsetenv into env_windows.go vor 8 Jahren
plan9 9e4fff1f4d all: single space after period vor 8 Jahren
unix 1792d66dc8 unix: move Unsetenv into env_unix.go vor 8 Jahren
windows 3ca7571cef windows: move Unsetenv into env_windows.go vor 8 Jahren
.gitattributes c2a8d2745f sys: copying .gitattributes to all subrepositories vor 11 Jahren
.gitignore 3146fa09d5 convert .hgignore to .gitignore. vor 11 Jahren
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository vor 14 Jahren
CONTRIBUTING.md 28779c6dad doc: add CONTRIBUTING.md vor 11 Jahren
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository vor 14 Jahren
LICENSE b38d45f7ff LICENSE: add vor 14 Jahren
PATENTS ca8b903872 go.empty: add PATENTS file to the subrepo. vor 13 Jahren
README.md 314a259e30 README: add better links, Markdown vor 8 Jahren
codereview.cfg 0fcda1387e sys: add codereview.cfg vor 11 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.