commit | d38bf781f16e180a1b2ad82697d2f81d7b7ecfac | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@gmail.com> | Mon Jan 08 16:29:21 2018 -0500 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Jan 09 00:06:53 2018 +0000 |
tree | e0d2b238323b5f3a0218bdf7182abc00238a1d90 | |
parent | 2493af8e3bc76234993370d82120c7e15ed4c95b [diff] |
unix: restore gccgo support Initially added in https://golang.org/cl/9842 and subsequently broken in https://golang.org/cl/85756. Fixes golang/go#23361 Change-Id: Id458efdb4a9ffc5f038b4070fd514de9f78c17d7 Reviewed-on: https://go-review.googlesource.com/86755 Reviewed-by: Ian Lance Taylor <iant@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.