mirror of
https://github.com/GoogleContainerTools/kaniko.git
synced 2026-06-15 13:24:32 +00:00
``` * use go 1.17 semantics in go.mod * pin tonistiigi/fsutil dep to match docker/docker's dep go get -u ./... go mod vendor ```
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 console.go system.go net.go path.go thread.go iocp.go jobobject.go logon.go memory.go process.go processor.go devices.go filesystem.go errors.go
|