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

Windows CI: Unit Test - pkg/mount is Unix specific

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-02-10 18:09:15 -08:00
parent dfebb6074f
commit d509e61540

View file

@ -1,3 +1,5 @@
// +build !windows
package mount
import (