commit | dc67e5b82c2c38696b5fbf0bce4f7a6b2340d5a8 | [log] [tgz] |
---|---|---|
author | Hana Kim <hakim@google.com> | Tue May 22 18:13:16 2018 -0400 |
committer | Hyang-Ah Hana Kim <hyangah@gmail.com> | Tue May 22 22:16:54 2018 +0000 |
tree | 0b5788e7dce03fc06f699a18fcf62850b2fc4ed2 | |
parent | 0b6bef996066e7afc14080cbafc9719ca35f6204 [diff] |
windows: address error reported by vet https://storage.googleapis.com/go-build-log/489a6b5c/misc-vet-vetall_c1e51035.log cmd/vendor/golang.org/x/sys/windows/asm_windows_amd64.s:12: [amd64] loadlibrary: wrong argument size 8; expected $...-24 Change-Id: I02e7c53216e2c55d0d062e50f72984228c214e23 Reviewed-on: https://go-review.googlesource.com/114082 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
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.