mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
553b0b9731
Update includes next packages: * golang.org/x/sys 8f0908ab3b2457e2e15403d3697c9ef5cb4b57a9 * github.com/fsnotify/fsnotify v1.2.11 * github.com/tonistiigi/fifo b4c3a126bac4051ae3fa83bfcb3c60ab7a9da0dd Signed-off-by: Alexander Morozov <lk4d4@docker.com>
7 lines
330 B
Go
7 lines
330 B
Go
// Copyright 2009 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package windows
|
|
|
|
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go eventlog.go service.go syscall_windows.go security_windows.go
|