commit | 5d0dd06d1ce1829b0399cf8fa0570970273401a6 | [log] [tgz] |
---|---|---|
author | Kieran Colford <kieran@kcolford.com> | Wed Oct 25 11:31:58 2017 -0400 |
committer | Alex Brainman <alex.brainman@gmail.com> | Wed Oct 25 22:41:41 2017 +0000 |
tree | 6803e809a73c3e18ff9f6a6293751fef2168a31a | |
parent | 9e4fff1f4d8d628aa20ec621ba85b3d8ea08ba04 [diff] |
windows: document panics in LazyProc Some of LazyProc's methods will panic if the procedure cannot be found. This patch documents that fact. Change-Id: If446a61e001ae04eaba0ff08b512df4def8a00b7 Reviewed-on: https://go-review.googlesource.com/73450 Reviewed-by: Ian Lance Taylor <iant@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.