open-consul/vendor/github.com/shirou/w32
Jeff Mitchell b43800125c
Update vendoring from go mod. (#5566)
2019-03-26 17:50:42 -04:00
..
AUTHORS Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
LICENSE Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
README.md Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
advapi32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
comctl32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
comdlg32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
constants.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
dwmapi.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
gdi32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
gdiplus.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
idispatch.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
istream.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
iunknown.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
kernel32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
ole32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
oleaut32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
opengl32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
psapi.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
shell32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
typedef.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
user32.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
utils.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00
vars.go Reintroduce the necessary vendor bits for per-node IDs 2017-02-01 08:36:24 -08:00

README.md

About w32

w32 is a wrapper of windows apis for the Go Programming Language.

It wraps win32 apis to "Go style" to make them easier to use.

Setup

  1. Make sure you have a working Go installation and build environment, see this go-nuts post for details: http://groups.google.com/group/golang-nuts/msg/5c87630a84f4fd0c

    Updated versions of the Windows Go build are available here: http://code.google.com/p/gomingw/downloads/list

  2. Create a "gopath" directory if you do not have one yet and set the GOPATH variable accordingly. For example: mkdir -p go-externals/src export GOPATH=${PWD}/go-externals

  3. go get github.com/AllenDang/w32

  4. go install github.com/AllenDang/w32...

Contribute

Contributions in form of design, code, documentation, bug reporting or other ways you see fit are very welcome.

Thank You!