From d1186c7579495d8f460fae881e4734338e41143f Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Wed, 25 Mar 2015 10:17:02 +1100 Subject: [PATCH] Fixed a build error. --- samples/unmount.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/unmount.go b/samples/unmount.go index 2d577aa..ee6b774 100644 --- a/samples/unmount.go +++ b/samples/unmount.go @@ -19,6 +19,8 @@ import ( "log" "strings" "time" + + "github.com/jacobsa/fuse" ) // Unmount the file system mounted at the supplied directory. Try again on