Aucune description

Josh Bleecher Snyder 3b52091055 unix: add ClockGettime on darwin/amd64 il y a 5 ans
cpu 2970a3744d cpu: detect RDRAND and RDSEED instructions on x86 il y a 5 ans
plan9 cb59ee3660 plan9: replace "mksyscall.pl" with Go program il y a 5 ans
unix 3b52091055 unix: add ClockGettime on darwin/amd64 il y a 5 ans
windows 980327fe3c windows: Implement WaitForMultipleObjects il y a 5 ans
.gitattributes c2a8d2745f sys: copying .gitattributes to all subrepositories il y a 10 ans
.gitignore 3146fa09d5 convert .hgignore to .gitignore. il y a 10 ans
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository il y a 12 ans
CONTRIBUTING.md 89ac7f292d CONTRIBUTING.md: remove note about not accepting Pull Requests il y a 6 ans
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository il y a 12 ans
LICENSE b38d45f7ff LICENSE: add il y a 12 ans
PATENTS ca8b903872 go.empty: add PATENTS file to the subrepo. il y a 12 ans
README.md 314a259e30 README: add better links, Markdown il y a 7 ans
codereview.cfg 0fcda1387e sys: add codereview.cfg il y a 9 ans

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.