https://github.com/bodgit/windows
Golang library for working with Windows primitives
https://github.com/bodgit/windows
golang golang-library golang-module golang-package time windows
Last synced: 3 days ago
JSON representation
Golang library for working with Windows primitives
- Host: GitHub
- URL: https://github.com/bodgit/windows
- Owner: bodgit
- License: bsd-3-clause
- Created: 2020-07-20T17:12:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T23:57:05.000Z (11 months ago)
- Last Synced: 2025-04-17T19:18:21.019Z (9 days ago)
- Topics: golang, golang-library, golang-module, golang-package, time, windows
- Language: Go
- Homepage: https://godoc.org/github.com/bodgit/windows
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bodgit/windows/releases)
[](https://github.com/bodgit/windows/actions?query=workflow%3Abuild)
[](https://coveralls.io/github/bodgit/windows?branch=main)
[](https://goreportcard.com/report/github.com/bodgit/windows)
[](https://godoc.org/github.com/bodgit/windows)

windows
=======A collection of types native to Windows but are useful on non-Windows platforms.
The `FILETIME`-equivalent type is the sole export which is a 1:1 copy of the type found in the `golang.org/x/sys/windows` package. That package only builds on `GOOS=windows` and this particular type gets used in other protocols and file types such as NTLMv2 and 7-zip.