commit | b8be2fde2a9e207d880642665d4d53cc833e2f36 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Jan 04 23:16:02 2023 +0100 |
committer | Gopher Robot <gobot@golang.org> | Thu Jan 05 18:34:43 2023 +0000 |
tree | 4596bb00c003bdacc7efc35c26390fa1c92b4117 | |
parent | 1e9f34104d089df815271a84836d8e8a30272c9b [diff] |
cpu: add //go:build line to cpu_gccgo_x86.c Change-Id: I597a83c767bf597f4d5c2ffdd7097f3cd6781f84 Reviewed-on: https://go-review.googlesource.com/c/sys/+/460158 Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Heschi Kreinick <heschi@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.