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.
This is forked from AllenDang/w32.
This fork is used internally by oakmound/shiny.
It removes a few functions from w32 that relied on a C dependency.
-
Install Go
-
go get -u github.com/oakmound/w32
-
go install github.com/oakmound/w32