tile38/vendor/golang.org/x/sys
Josh Baker 26d0083faf Update vendoring to use golang/dep
commit a1a37d335a8e89ac89d85c00c8585d3fc02e064a
Author: Josh Baker <joshbaker77@gmail.com>
Date:   Thu Oct 5 07:36:54 2017 -0700

    use symlink instead of copy

commit 96399c2c92620f633611c778e5473200bfd48d41
Author: Josh Baker <joshbaker77@gmail.com>
Date:   Thu Oct 5 07:19:26 2017 -0700

    use dep for vendoring
2017-10-05 07:40:19 -07:00
..
plan9 Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
unix Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
windows Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
.gitattributes Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
.gitignore Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
AUTHORS Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
CONTRIBUTING.md Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
CONTRIBUTORS Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
LICENSE Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
PATENTS Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
README.md Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
codereview.cfg Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00

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.