mirror of https://github.com/docker/docs.git
Windows CI: Unit Test - pkg/mount is Unix specific
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
dfebb6074f
commit
d509e61540
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package mount
|
||||
|
||||
import (
|
Loading…
Reference in New Issue