1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #13950 from Microsoft/10662-vfsforreal

Windows - Really fix VFS this time
This commit is contained in:
Brian Goff 2015-06-15 21:41:12 -04:00
commit 9dffd032f4
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