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...
Contribute
Contributions in form of design, code, documentation, bug reporting or other
ways you see fit are very welcome.