mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Alexander Morozov](/assets/img/avatar_default.png)
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
279 B
Go
7 lines
279 B
Go
// Copyright 2015 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 registry
|
|
|
|
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall.go
|