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 7982606371
commit f0b9a576e5

View file

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