
Since we're using the docker "library" for socket activation (and dealing with sockets in general), we need to vendor the requirements for the library. Also, include go-winio even though Windows isn't a supported target at the moment. Signed-off-by: Aleksa Sarai <asarai@suse.de>
4 lines
154 B
Go
4 lines
154 B
Go
package winio
|
|
|
|
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall.go file.go pipe.go sd.go fileinfo.go privilege.go backup.go
|