commit | 1d4d2d3355ba1cacb821d98ffd08b57bedf0424e | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Jan 13 10:58:53 2021 +0100 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Wed Feb 17 09:00:31 2021 +0000 |
tree | b08b3ff4cfccb8708e3ce9e51f5d511038ecf30c | |
parent | 73548a7a48f4f3277e64dd9541b93b44b430c456 [diff] |
unix: small fixes for TestPipe Check error returned by Pipe, use %v to format error values and strip trailing newlines from Errorf messages. Also move TestPipe above the test helper functions. Change-Id: Id431c8ffbcf525347cb4c138df69f92cc730f54a Reviewed-on: https://go-review.googlesource.com/c/sys/+/283592 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> 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.