Sen descrición

Tobias Klauser 8413e589a2 unix: regenerate for macOS 10.13/iOS 11.1 %!s(int64=8) %!d(string=hai) anos
plan9 9e4fff1f4d all: single space after period %!s(int64=8) %!d(string=hai) anos
unix 8413e589a2 unix: regenerate for macOS 10.13/iOS 11.1 %!s(int64=8) %!d(string=hai) anos
windows 8eb05f94d4 windows: fix go vet warning %!s(int64=8) %!d(string=hai) anos
.gitattributes c2a8d2745f sys: copying .gitattributes to all subrepositories %!s(int64=11) %!d(string=hai) anos
.gitignore 3146fa09d5 convert .hgignore to .gitignore. %!s(int64=11) %!d(string=hai) anos
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository %!s(int64=14) %!d(string=hai) anos
CONTRIBUTING.md 28779c6dad doc: add CONTRIBUTING.md %!s(int64=10) %!d(string=hai) anos
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository %!s(int64=14) %!d(string=hai) anos
LICENSE b38d45f7ff LICENSE: add %!s(int64=13) %!d(string=hai) anos
PATENTS ca8b903872 go.empty: add PATENTS file to the subrepo. %!s(int64=13) %!d(string=hai) anos
README.md 314a259e30 README: add better links, Markdown %!s(int64=8) %!d(string=hai) anos
codereview.cfg 0fcda1387e sys: add codereview.cfg %!s(int64=10) %!d(string=hai) anos

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.