https://github.com/lxn/win
A Windows API wrapper package for the Go Programming Language
https://github.com/lxn/win
Last synced: about 7 hours ago
JSON representation
A Windows API wrapper package for the Go Programming Language
- Host: GitHub
- URL: https://github.com/lxn/win
- Owner: lxn
- License: other
- Created: 2013-07-25T12:36:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T11:34:38.000Z (over 1 year ago)
- Last Synced: 2025-02-14T09:13:24.568Z (7 days ago)
- Language: Go
- Size: 1.19 MB
- Stars: 1,239
- Watchers: 39
- Forks: 322
- Open Issues: 56
-
Metadata Files:
- Readme: README.mdown
- License: LICENSE
Awesome Lists containing this project
README
About win
=========win is a Windows API wrapper package for Go.
Originally part of [walk](https://github.com/lxn/walk), it is now a separate
project.Setup
=====Make sure you have a working Go installation.
See [Getting Started](http://golang.org/doc/install.html)Now run `go get github.com/lxn/win`