-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stripped-down walk as base for go-winapi.
- Loading branch information
Showing
151 changed files
with
37 additions
and
16,562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This is the official list of 'Walk' authors for copyright purposes. | ||
# This is the official list of 'go-winapi' authors for copyright purposes. | ||
|
||
# Names should be added to this file as | ||
# Name or Organization <email address> | ||
|
@@ -11,4 +11,3 @@ | |
|
||
Alexander Neumann <[email protected]> | ||
Benny Siegert <[email protected]> | ||
Vincent Vanackere <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
include $(GOROOT)/src/Make.inc | ||
|
||
TARG=walk/winapi | ||
TARG=winapi | ||
GOFILES=\ | ||
advapi32.go\ | ||
combobox.go\ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
About go-winapi | ||
=============== | ||
|
||
go-winapi is a Windows API wrapper package for Go. | ||
|
||
Originally part of [walk](https://github.com/lxn/walk), it is now a separate | ||
project. | ||
|
||
Setup | ||
===== | ||
|
||
1. Make sure you have a working Go installation. | ||
|
||
The easiest option for building Go programs on Windows is to use a stable | ||
[pre-built Go release](http://code.google.com/p/gomingw/downloads/list). | ||
|
||
Because Go is still changing rapidly, you may prefer to use a weekly Go | ||
snapshot instead. The unofficial [Go Wiki](http://code.google.com/p/go-wiki/) | ||
has some guides for building on Windows and cross-compiling. | ||
|
||
The official [Getting Started](http://golang.org/doc/install.html) guide, | ||
while not focused on Windows, is a recommended read for developers new to Go. | ||
|
||
2. Either run | ||
`goinstall github.com/lxn/go-winapi` | ||
and import the package like this: | ||
`import "github.com/lxn/go-winapi"` | ||
|
||
Or run | ||
`git clone http://github.com/lxn/go-winapi.git` | ||
and | ||
`cd go-winapi && gomake install` | ||
and import the package like this: | ||
`import "winapi"` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.