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

TheTitanrain/w32

This branch is 3 commits ahead of AllenDang/w32:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2654d97 · Jan 14, 2020
Jul 3, 2014
Oct 17, 2012
Feb 17, 2012
Oct 12, 2014
Nov 18, 2015
Nov 18, 2015
Nov 18, 2015
Oct 17, 2017
Dec 9, 2015
Dec 9, 2015
Dec 9, 2015
Oct 27, 2012
Oct 27, 2012
Jan 13, 2020
Oct 17, 2017
Nov 20, 2015
Nov 20, 2015
Jan 5, 2016
Oct 28, 2012
Oct 17, 2017
Jun 15, 2017
Dec 9, 2015
Dec 9, 2015
Oct 17, 2017
Oct 27, 2012
Oct 27, 2012
Oct 27, 2012
Oct 27, 2012
Jun 15, 2017
Oct 27, 2012
Oct 27, 2012
Oct 31, 2012
Oct 27, 2012
Oct 28, 2012
May 1, 2017
May 17, 2018
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%