commit | bff228c7b664c5fce602223a05fb708fd8654986 | [log] [tgz] |
---|---|---|
author | Thanabodee Charoenpiriyakij <wingyminus@gmail.com> | Mon Jun 11 13:41:57 2018 +0700 |
committer | Alex Brainman <alex.brainman@gmail.com> | Mon Jun 11 08:04:25 2018 +0000 |
tree | 20aa8519ad466f61ea470f01477db46f5797f9e3 | |
parent | 24c297a8f384267b6160f8f2736f12e8f6b85204 [diff] |
windows: update TOKEN_ALL_ACCESS according to WinNT.h TOKEN_ALL_ACCESS was changed at some stage by Microsoft. Fixes golang/go#25775 Change-Id: I002200ad4c5188d19ac3c500f571dd13ea1fbafc Reviewed-on: https://go-review.googlesource.com/117815 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alex Brainman <alex.brainman@gmail.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.