DockerCLI/vendor/golang.org/x/sys
Tonis Tiigi e50cf79579 vendor: update x/sys to 134d130e
Makes possible to build for windows/arm64

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2021-03-03 23:32:34 -08:00
..
cpu vendor: update x/sys to 134d130e 2021-03-03 23:32:34 -08:00
execabs vendor docker, docker-credential-helpers and golang/sys for execabs package 2021-01-26 17:18:04 +00:00
internal/unsafeheader vendor: golang.org/x/sys ed371f2e16b4b305ee99df548828de367527b76b 2020-09-09 14:07:54 +02:00
plan9 vendor docker, docker-credential-helpers and golang/sys for execabs package 2021-01-26 17:18:04 +00:00
unix vendor: update x/sys to 134d130e 2021-03-03 23:32:34 -08:00
windows vendor: update x/sys to 134d130e 2021-03-03 23:32:34 -08:00
LICENSE Add vendor 2017-04-17 18:12:58 -04:00
PATENTS Add vendor 2017-04-17 18:12:58 -04:00
README.md vendor docker, docker-credential-helpers and golang/sys for execabs package 2021-01-26 17:18:04 +00:00
go.mod bump LK4D4/vndr v0.0.3 and revendor 2019-05-14 16:13:27 -07:00

README.md

sys

Go Reference

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.