Watch
1
0
Fork
You've already forked golang-github-bodgit-windows
0
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 71ba8b3d9f
Releasing fastforward version 1.0.1-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-08 12:26:05 +02:00
.github Adding upstream version 1.0.1. 2026-07-08 12:25:45 +02:00
debian Releasing fastforward version 1.0.1-1~ffwd13+u1. 2026-07-08 12:26:05 +02:00
.golangci.yaml Adding upstream version 1.0.1. 2026-07-08 12:25:45 +02:00
.goreleaser.yml Adding upstream version 1.0.1. 2026-07-08 12:25:45 +02:00
filetime.go Adding upstream version 1.0.1. 2026-07-08 12:25:45 +02:00
filetime_test.go Adding upstream version 1.0.1. 2026-07-08 12:25:45 +02:00
go.mod Adding upstream version 1.0.1. 2026-07-08 12:25:45 +02:00
LICENSE Adding upstream version 1.0.1. 2026-07-08 12:25:45 +02:00
README.md Adding upstream version 1.0.1. 2026-07-08 12:25:45 +02:00

GitHub release Build Status Coverage Status Go Report Card GoDoc Go version Go version

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.