commit | 94933fc7d00c3c66a066f331c42ad25d21fbb7dd | [log] [tgz] |
---|---|---|
author | masshash <masshash.github@gmail.com> | Sat Mar 25 10:56:44 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Wed Mar 29 21:53:09 2023 +0000 |
tree | dd168bfce1e55941f9d416d12ddb887f596f464a | |
parent | 00d8004a14487f8c7b7fdfe44b95e9f6c4590f5f [diff] |
windows: fix constant values for JobObjectInformationClass The constant values were incorrect and has been fixed in this CL. Reference: https://learn.microsoft.com/en-us/windows/win32/api/jobapi2/nf-jobapi2-setinformationjobobject#parameters Change-Id: Id97e561b6838a18216617d86aa11c79b6b2f4095 GitHub-Last-Rev: cd1e32d2dedad7c4adbe07c3029c48f9604e76d2 GitHub-Pull-Request: golang/sys#150 Reviewed-on: https://go-review.googlesource.com/c/sys/+/479375 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Alex Brainman <alex.brainman@gmail.com> Run-TryBot: Alex Brainman <alex.brainman@gmail.com> Reviewed-by: Matthew Dempsky <mdempsky@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.