https://github.com/elastic/go-windows
go-windows provides Go wrappers for Windows APIs.
https://github.com/elastic/go-windows
go golang kernel32 windows
Last synced: 11 months ago
JSON representation
go-windows provides Go wrappers for Windows APIs.
- Host: GitHub
- URL: https://github.com/elastic/go-windows
- Owner: elastic
- License: apache-2.0
- Created: 2018-02-07T16:24:00.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T12:12:30.000Z (over 1 year ago)
- Last Synced: 2025-03-31T04:03:43.718Z (11 months ago)
- Topics: go, golang, kernel32, windows
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 86
- Watchers: 14
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# go-windows
[](https://github.com/elastic/go-windows/actions/workflows/ci.yml)
[][godocs]
[godocs]: https://pkg.go.dev/github.com/elastic/go-windows?GOOS=windows
go-windows is a library for Go (golang) that provides wrappers to various
Windows APIs that are not covered by the stdlib or by
[golang.org/x/sys/windows](https://godoc.org/golang.org/x/sys/windows).
Goals / Features
- Does not use cgo.
- Provide abstractions to make using the APIs easier.