bergquist 7ed643f302 remove unused code from vendor 8 лет назад
..
unix 7ed643f302 remove unused code from vendor 8 лет назад
.gitattributes e023f79c5a migrate from govendor to dep 8 лет назад
.gitignore e023f79c5a migrate from govendor to dep 8 лет назад
AUTHORS e023f79c5a migrate from govendor to dep 8 лет назад
CONTRIBUTING.md e023f79c5a migrate from govendor to dep 8 лет назад
CONTRIBUTORS e023f79c5a migrate from govendor to dep 8 лет назад
LICENSE 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
PATENTS 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
README.md e023f79c5a migrate from govendor to dep 8 лет назад
codereview.cfg e023f79c5a migrate from govendor to dep 8 лет назад

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.