acme-dns/vendor/golang.org/x/sys
2018-08-10 16:51:32 +03:00
..
cpu Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
plan9 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
unix Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
windows Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
.gitattributes Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
.gitignore Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
AUTHORS Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
codereview.cfg Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
CONTRIBUTING.md Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
CONTRIBUTORS Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
LICENSE Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
PATENTS Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
README.md Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00

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.