From 3dff91d6914f1ef218765e1513855c0453bac910 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 13 May 2017 09:03:40 +0100 Subject: [PATCH] mount: add missing build constraint to fix Windows build --- cmd/mount/mount_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/mount/mount_test.go b/cmd/mount/mount_test.go index faa9a1599..cdc806b28 100644 --- a/cmd/mount/mount_test.go +++ b/cmd/mount/mount_test.go @@ -1,3 +1,5 @@ +// +build linux darwin freebsd + package mount import (