commit | 7ac13a9a928d406cc3275f5fcc11639f2033eb4a | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu Sep 08 11:09:57 2022 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Thu Sep 08 15:00:16 2022 +0000 |
tree | 6ddd835deb482a7f4856ea05ba4c128cf2cccfa2 | |
parent | 87db552b00fd1d5e9f6b1d3a845e5d711b98f7e2 [diff] |
unix: don't call t.Fatal from goroutine in TestSendmsgBuffers Change-Id: Iddef23a1fb2fcde4560ec0bb9e9ae0301fef965f Reviewed-on: https://go-review.googlesource.com/c/sys/+/429415 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: 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.