From ef903f6dd512a5b29d451c1e832e5f333245dfd5 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 27 Mar 2019 14:37:15 +1100 Subject: [PATCH] Fix imported and not used: "os" --- fuse/node/mount_darwin.go | 1 - 1 file changed, 1 deletion(-) diff --git a/fuse/node/mount_darwin.go b/fuse/node/mount_darwin.go index 5194b2c58..9172a7273 100644 --- a/fuse/node/mount_darwin.go +++ b/fuse/node/mount_darwin.go @@ -5,7 +5,6 @@ package node import ( "bytes" "fmt" - "os" "os/exec" "runtime" "strings"