1About w32
2==========
3
4w32 is a wrapper of windows apis for the Go Programming Language.
5
6It wraps win32 apis to "Go style" to make them easier to use.
7
8Setup
9=====
10
111. Make sure you have a working Go installation and build environment,
12   see this go-nuts post for details:
13   http://groups.google.com/group/golang-nuts/msg/5c87630a84f4fd0c
14
15   Updated versions of the Windows Go build are available here:
16   http://code.google.com/p/gomingw/downloads/list
17
182. Create a "gopath" directory if you do not have one yet and set the
19   GOPATH variable accordingly. For example:
20   mkdir -p go-externals/src
21   export GOPATH=${PWD}/go-externals
22
233. go get github.com/AllenDang/w32
24
254. go install github.com/AllenDang/w32...
26
27Contribute
28==========
29
30Contributions in form of design, code, documentation, bug reporting or other
31ways you see fit are very welcome.
32
33Thank You!
34