Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamnikov-oleg/w32
Fork of https://github.com/AllenDang/w32 for personal usage
https://github.com/yamnikov-oleg/w32
Last synced: about 5 hours ago
JSON representation
Fork of https://github.com/AllenDang/w32 for personal usage
- Host: GitHub
- URL: https://github.com/yamnikov-oleg/w32
- Owner: yamnikov-oleg
- License: other
- Created: 2015-09-25T11:21:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T15:14:10.000Z (about 9 years ago)
- Last Synced: 2023-03-03T01:37:48.667Z (over 1 year ago)
- Language: Go
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
=====```go get github.com/yamnikov-oleg/w32```