go-mtree/vendor/golang.org/x/sys
Tobias Klauser 7742183cd4 vendor: explicitly vendor golang.org/x/sys
Vendor golang.org/x/sys to get the UtimesNanoAt function defined for all
unix-like OSes. The function will be used in a successive commit.

This also re-vendors the other dependencies from glide.yaml.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-10-20 11:38:03 +02:00
..
plan9 vendor: updating dependencies 2017-06-24 14:45:05 -04:00
unix vendor: explicitly vendor golang.org/x/sys 2017-10-20 11:38:03 +02:00
windows vendor: explicitly vendor golang.org/x/sys 2017-10-20 11:38:03 +02:00
.gitattributes vendor: updating dependencies 2017-06-24 14:45:05 -04:00
.gitignore vendor: updating dependencies 2017-06-24 14:45:05 -04:00
AUTHORS vendor: updating dependencies 2017-06-24 14:45:05 -04:00
codereview.cfg vendor: updating dependencies 2017-06-24 14:45:05 -04:00
CONTRIBUTING.md vendor: updating dependencies 2017-06-24 14:45:05 -04:00
CONTRIBUTORS vendor: updating dependencies 2017-06-24 14:45:05 -04:00
LICENSE vendor: updating dependencies 2017-06-24 14:45:05 -04:00
PATENTS vendor: updating dependencies 2017-06-24 14:45:05 -04:00
README.md vendor: explicitly vendor golang.org/x/sys 2017-10-20 11:38:03 +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.