commit | c990c680b611ac1aeb7d8f2af94a825f98d69720 | [log] [tgz] |
---|---|---|
author | John Papandriopoulos <jpap.code@gmail.com> | Thu Sep 26 11:47:27 2019 -0700 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Fri Sep 27 07:32:44 2019 +0000 |
tree | 4d5ca530985e72bb8a375f84eaeecb8772a9ef13 | |
parent | 855e68c8590b0d6a9d08863d2982eb8aeddd98d3 [diff] |
cpu: support ARM feature detection on Linux Updates golang/go#33508 Change-Id: I9ea01090f5b4ac95c1a14881c305461bd4a7b5dd Reviewed-on: https://go-review.googlesource.com/c/sys/+/190525 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Martin Möhrmann <moehrmann@google.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.