Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/go-win32-utils
https://github.com/arduino/go-win32-utils
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arduino/go-win32-utils
- Owner: arduino
- License: bsd-3-clause
- Created: 2018-03-29T13:06:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T07:24:57.000Z (over 1 year ago)
- Last Synced: 2024-09-29T08:32:45.030Z (about 2 months ago)
- Language: Go
- Size: 74.2 KB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# go-win32-utils
[![Sync Labels status](https://github.com/arduino/go-win32-utils/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/arduino/go-win32-utils/actions/workflows/sync-labels.yml)
[![Check Markdown status](https://github.com/arduino/go-win32-utils/actions/workflows/check-markdown-task.yml/badge.svg)](https://github.com/arduino/go-win32-utils/actions/workflows/check-markdown-task.yml)
[![Check Taskfiles status](https://github.com/arduino/go-win32-utils/actions/workflows/check-taskfiles.yml/badge.svg)](https://github.com/arduino/go-win32-utils/actions/workflows/check-taskfiles.yml)
[![Test Go status](https://github.com/arduino/go-win32-utils/actions/workflows/test-go-task.yml/badge.svg)](https://github.com/arduino/go-win32-utils/actions/workflows/test-go-task.yml)
[![Codecov](https://codecov.io/gh/arduino/go-win32-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/arduino/go-win32-utils)
[![Check Go status](https://github.com/arduino/go-win32-utils/actions/workflows/check-go-task.yml/badge.svg)](https://github.com/arduino/go-win32-utils/actions/workflows/check-go-task.yml)
[![Check License status](https://github.com/arduino/go-win32-utils/actions/workflows/check-license.yml/badge.svg)](https://github.com/arduino/go-win32-utils/actions/workflows/check-license.yml)
[![Check Go Dependencies status](https://github.com/arduino/go-win32-utils/actions/workflows/check-go-dependencies-task.yml/badge.svg)](https://github.com/arduino/go-win32-utils/actions/workflows/check-go-dependencies-task.yml)This library contains some useful calls to win32 API that are not available on the standard golang library.
This is used mainly on Arduino software, so the main goal is to provide the functions needed to run arduino-builder, Arduino IDE or any other Arduino-related software.