commit | 4da61d1988303457fc7dbc9858fe9f297c35c633 | [log] [tgz] |
---|---|---|
author | David Sansome <me@davidsansome.com> | Fri Sep 30 03:19:10 2016 |
committer | David Sansome <me@davidsansome.com> | Fri Sep 30 03:19:10 2016 |
tree | 6a36ffc7f6c631798ef4ec8158d84386b2de5baf | |
parent | 3c9377fc6748f222729a8270fe2775d149a249ad [diff] |
Add build constraints to all source files that use syscall
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.
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
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!