1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #13950 from Microsoft/10662-vfsforreal

Windows - Really fix VFS this time
Upstream-commit: 9dffd032f43dca88e8a66685aceb21b0e00cc232
Component: engine
This commit is contained in:
Brian Goff
2015-06-15 21:41:12 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// +build linux
// +build linux windows
package vfs

View File

@@ -1,3 +1,3 @@
// +build !linux
// +build !linux,!windows
package vfs