commit | 60ecf133770b8d00f663239ce4d001ecd15f06c1 | [log] [tgz] |
---|---|---|
author | qmuntal <qmuntaldiaz@microsoft.com> | Fri Aug 04 11:50:46 2023 +0200 |
committer | Quim Muntal <quimmuntal@gmail.com> | Mon Aug 07 06:21:27 2023 +0000 |
tree | 3afc01581e302e5fdee0cf2b07c1b66e0b6c1afe | |
parent | 104d4017fa052d31a480218d213787543bc352d4 [diff] |
windows: add TimeBeginPeriod and TimeEndPeriod syscalls Updates golang/go#44343 Fixes golang/go#61723 Change-Id: I920f2fad6b3a2a9ba67ff2fafea4319644a0bc8c Reviewed-on: https://go-review.googlesource.com/c/sys/+/515915 Reviewed-by: qiulaidongfeng <2645477756@qq.com> Run-TryBot: Quim Muntal <quimmuntal@gmail.com> Reviewed-by: Alex Brainman <alex.brainman@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <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.