# w32 **Repository Path**: hdfsun/gonutz_w32 ## Basic Information - **Project Name**: w32 - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-13 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README About w32 ========== w32 is a wrapper for a number of Windows APIs for the [Go Programming Language](https://golang.org/). This library has no other dependencies and you need no C-compiler, it is written in pure Go. Some function signatures have been adapted to make them work in Go, e.g. functions that take a pointer to an array and a count of items in C will now simply accept a slice in Go. If you miss any Windows API functions, just write an issue or create a pull request, the Win32 API is very large and has many rarely used functions in it so this wrapper is supposed to grow as needed by the Go community. Installation ============ Get the latest version with: go get -u github.com/gonutz/w32 (The option `-u` pulls the latest changes from this repository.)