Fix windows build for client

Move io copy logic from ctr utils to io_windows.go.
Fix compilation errors on Windows.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan
2017-05-30 16:56:46 -07:00
parent 5e82767d9d
commit b1a45c2aee
7 changed files with 173 additions and 67 deletions

View File

@@ -1,3 +1,5 @@
// +build !windows
package containerd
import "testing"