modulepackage
1.0.0
Repository: https://github.com/arduino/go-win32-utils.git
Documentation: pkg.go.dev
# README
go-win32-utils
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.
# Packages
No description provided by the author
# Functions
GetDocumentsFolder returns the Document folder.
GetLocalAppDataFolder returns the LocalAppData folder.
GetRoamingAppDataFolder returns the AppData folder.