| commit | 81cb9350676d634779777766b655683bf1869772 | [log] [tgz] |
|---|---|---|
| author | Dmitri Shuralyov <dmitshur@golang.org> | Sun Sep 03 14:53:17 2023 -0400 |
| committer | Gopher Robot <gobot@golang.org> | Wed Sep 06 00:53:53 2023 +0000 |
| tree | b51a8c54522c57718c90a68489c441cec2cffe0b | |
| parent | 51546915a63b068d8e385208b9ba6ada4bcb182e [diff] |
unix, windows: use ^TestName$ regular pattern for invoking a single test For reasons motivated in the commit message of CL 524948. Change-Id: I0085411f30a77634962239ee36d15e7b6ef893ef Reviewed-on: https://go-review.googlesource.com/c/sys/+/525618 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Ian Lance Taylor <iant@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.