tangs b030ce89ca openbilibili | 5 年 前 | |
---|---|---|
.. | ||
AUTHORS | 5 年 前 | |
BUILD.bazel | 5 年 前 | |
LICENSE | 5 年 前 | |
README.md | 5 年 前 | |
advapi32.go | 5 年 前 | |
comctl32.go | 5 年 前 | |
comdlg32.go | 5 年 前 | |
constants.go | 5 年 前 | |
dwmapi.go | 5 年 前 | |
gdi32.go | 5 年 前 | |
gdiplus.go | 5 年 前 | |
idispatch.go | 5 年 前 | |
istream.go | 5 年 前 | |
iunknown.go | 5 年 前 | |
kernel32.go | 5 年 前 | |
ole32.go | 5 年 前 | |
oleaut32.go | 5 年 前 | |
opengl32.go | 5 年 前 | |
psapi.go | 5 年 前 | |
shell32.go | 5 年 前 | |
typedef.go | 5 年 前 | |
user32.go | 5 年 前 | |
utils.go | 5 年 前 | |
vars.go | 5 年 前 |
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.
Updated versions of the Windows Go build are available here: http://code.google.com/p/gomingw/downloads/list
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
go get github.com/AllenDang/w32
go install github.com/AllenDang/w32...
Contributions in form of design, code, documentation, bug reporting or other ways you see fit are very welcome.
Thank You!