
This tag brings in some bug fixes related to waiting for containers to terminate and trying to kill an already terminated process, as well as tty support (exec -it) for Windows Host Process Containers. 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 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
|