commit | 3b87a42e500a6dc65dae1a55d0b641295971163e | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Apr 06 11:01:59 2018 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Fri Apr 06 13:57:29 2018 +0000 |
tree | 036ed77f209be9d8f49f400a7ec986b691c10b5e | |
parent | 1d206c9fa8975fb4cf00df1dc8bf3283dc24ba0e [diff] |
unix: update Dockerfile to Linux 4.16 and Go 1.10.1 Also avoid installing recommended packages if possible to silightly reduce the Docker image size. Change-Id: I7a3ea33f6501cf063b1aa0324b5928f96241d048 Reviewed-on: https://go-review.googlesource.com/105077 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
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.