Merge pull request #20213 from Microsoft/jjh/testunit-pkgmount

Windows CI: Unit Test - pkg/mount is Unix specific
This commit is contained in:
Sebastiaan van Stijn 2016-02-11 12:27:38 +01:00
commit d18c0d88f4
1 changed files with 2 additions and 0 deletions

View File

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