Skip to content
forked from AllenDang/w32

A wrapper of windows apis for the Go Programming Language.

License

Notifications You must be signed in to change notification settings

Shadowriver/w32

This branch is 1 commit ahead of, 109 commits behind AllenDang/w32:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 10, 2013
Oct 17, 2012
Feb 17, 2012
Aug 1, 2013
Oct 27, 2012
Oct 27, 2012
Oct 21, 2013
Oct 28, 2012
Oct 31, 2012
Oct 27, 2012
Oct 27, 2012
Oct 27, 2012
Oct 27, 2012
Oct 21, 2013
Oct 27, 2012
Oct 27, 2012
Oct 31, 2012
Oct 27, 2012
Oct 28, 2012
Sep 10, 2013
Sep 10, 2013
Oct 28, 2012
Oct 27, 2012

Repository files navigation

About w32

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.

Setup

  1. 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

  2. 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

  3. go get github.com/AllenDang/w32

  4. 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.

Thank You!

About

A wrapper of windows apis for the Go Programming Language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%