1
mirror of https://github.com/rclone/rclone synced 2024-11-13 12:09:47 +01:00
rclone/vendor/golang.org/x/sys
2018-03-19 15:51:38 +00:00
..
plan9 vendor: update all dependencies 2018-03-19 15:51:38 +00:00
unix vendor: update all dependencies 2018-03-19 15:51:38 +00:00
windows vendor: update all dependencies 2018-03-19 15:51:38 +00:00
.gitattributes Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
.gitignore Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
AUTHORS Update vendor dependencies 2016-11-19 10:05:20 +00:00
codereview.cfg Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
CONTRIBUTING.md vendor: update all dependencies 2018-03-19 15:51:38 +00:00
CONTRIBUTORS Update vendor dependencies 2016-11-19 10:05:20 +00:00
LICENSE Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
PATENTS Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
README.md vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01: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.