ingress-nginx-helm/vendor/golang.org/x/sys
Manuel de Brito Fontes 063cc68d1c
Update go dependencies
2018-07-12 13:19:17 -04:00
..
unix Update go dependencies 2018-07-12 13:19:17 -04:00
windows Update go dependencies 2018-07-12 13:19:17 -04:00
.gitattributes Replace godep with dep 2017-10-06 17:26:14 -03:00
.gitignore Replace godep with dep 2017-10-06 17:26:14 -03:00
AUTHORS Update go dependencies 2017-04-04 16:11:36 -03:00
codereview.cfg Replace godep with dep 2017-10-06 17:26:14 -03:00
CONTRIBUTING.md Update go dependencies 2018-05-26 16:27:45 -04:00
CONTRIBUTORS Update go dependencies 2017-04-04 16:11:36 -03:00
LICENSE Update godeps 2016-11-11 18:22:34 -03:00
PATENTS Update godeps 2016-11-11 18:22:34 -03:00
README.md Replace godep with dep 2017-10-06 17:26:14 -03: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.