commit | e7868d76b08c1520f663ace884b4168a84e44dc8 | [log] [tgz] |
---|---|---|
author | WAKAYAMA Shirou <shirou.faw@gmail.com> | Sun Apr 27 16:08:43 2014 |
committer | WAKAYAMA Shirou <shirou.faw@gmail.com> | Sun Apr 27 16:08:43 2014 |
tree | 06aa40ef0421ecd76e1826ce975f2d5ad06d1892 | |
parent | 26c1073cd3bf2ac2752e5ccc5d9c2a4341d158ba [diff] |
remove sendInput function to build without cgo.
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!