commit | e43da5d1f25a9cd445c24318377128d527a97e23 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Nov 13 09:44:03 2019 +0100 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Nov 13 15:46:56 2019 +0000 |
tree | e8a24d43305f8159ca57c859be832c9395d9d6f8 | |
parent | 8ad34225713002c3de2d8410cc5f2c1cfcff7520 [diff] |
cpu: move empty doinit to own file Avoids each GOARCH having to define an empty doinit for GOOS=linux Change-Id: Ic7cea1be4a35c31593c4f867478194b82dd53613 Reviewed-on: https://go-review.googlesource.com/c/sys/+/206859 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> 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.