mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #16780 from Microsoft/jjh/vfs-build-tags
Fix VFS build tags
This commit is contained in:
commit
53d2429164
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
// +build linux windows
|
// +build daemon
|
||||||
|
|
||||||
package vfs
|
package vfs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
// +build !linux,!windows
|
// +build !daemon
|
||||||
|
|
||||||
package vfs
|
package vfs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue