commit | a9e25c09b96b8870693763211309e213c6ef299d | [log] [tgz] |
---|---|---|
author | Matt Layher <mdlayher@gmail.com> | Tue Jun 12 10:16:36 2018 -0400 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Tue Jun 12 14:22:14 2018 +0000 |
tree | 3a8d073080a6c4c8f7734805b3ddadd7c9fa4d78 | |
parent | bff228c7b664c5fce602223a05fb708fd8654986 [diff] |
unix: update Dockerfile to Ubuntu 18.04, Linux 4.17, and Go 1.10.3 The code has been regenerated using the updated software versions. Change-Id: Ic2af968d4d8cbf3ab31e5bca1d6640642eb7115a Reviewed-on: https://go-review.googlesource.com/118255 Run-TryBot: Matt Layher <mdlayher@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
This repository holds supplemental Go packages for low-level interactions with the operating system.
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
.
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.