| commit | 328643532ee3c60c099171d4ce2cad0ca0354ca9 | [log] [tgz] |
|---|---|---|
| author | Tobias Klauser <tklauser@distanz.ch> | Thu Nov 16 11:19:09 2017 +0100 |
| committer | Tobias Klauser <tobias.klauser@gmail.com> | Mon Nov 20 17:00:34 2017 +0000 |
| tree | 90112d3b70412441b152b7c377e2bcdb617d563b | |
| parent | 0ac51a24ef1c37380f98ba8b98f56e3bffd59850 [diff] |
unix: fix test compilation error on Go 1.7 testing.Run was introduced in Go 1.7. Skip the tests using it if built with Go 1.6 or below. Change-Id: I24c81426ea6d3eaaca5a565ad79b62b30e645d04 Reviewed-on: https://go-review.googlesource.com/78255 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.