commit | 0c823b97ae02f0fcdfaa20dbfd53435b53ee2c94 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Fri Nov 12 15:34:11 2021 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Sat Nov 13 00:15:01 2021 +0000 |
tree | 5f5b1bff9a99d7214b9d2d25364b70795f45a25e | |
parent | faf0a1b62c6b439486fd1d914d8185627b99d387 [diff] |
unix: avoid depending on consistent Revents type in TestPoll For golang/go#49380 Change-Id: Ie1d370681962d9f69ef54b33ddf38e4c74a2e298 Reviewed-on: https://go-review.googlesource.com/c/sys/+/363660 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Michael Knyszek <mknyszek@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.