
This tag brings in a new field to fix an HNS issue in ws2019 as well as an optimization for collecting Windows stats (memory, cpu, iops). Signed-off-by: Daniel Canter <dcanter@microsoft.com>
6 lines
377 B
Go
6 lines
377 B
Go
// Package winapi contains various low-level bindings to Windows APIs. It can
|
|
// be thought of as an extension to golang.org/x/sys/windows.
|
|
package winapi
|
|
|
|
//go:generate go run ..\..\mksyscall_windows.go -output zsyscall_windows.go user.go console.go system.go net.go path.go thread.go jobobject.go logon.go memory.go process.go processor.go devices.go filesystem.go errors.go
|