commit | 0829ab15b6946f47c40012db2e0c04772730317d | [log] [tgz] |
---|---|---|
author | Kanak Agrawal <kanak@clumio.com> | Wed Aug 09 11:53:20 2023 +0530 |
committer | Alex Brainman <alex.brainman@gmail.com> | Wed Jan 03 06:57:32 2024 +0000 |
tree | 72ff15e0e034d997c5d93adc29ca501d0bf90366 | |
parent | 32cdffc66120e843f9768b765d98b513ce77d6a7 [diff] |
windows: add SetFileValidData Fixes golang/go#61834 Change-Id: Iaff01f5662aa2309e8ac41b346e0d3a42d28af91 Reviewed-on: https://go-review.googlesource.com/c/sys/+/517575 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alex Brainman <alex.brainman@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Quim Muntal <quimmuntal@gmail.com> Reviewed-by: Quim Muntal <quimmuntal@gmail.com> Reviewed-by: Keith Randall <khr@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.