Fix imported and not used: "os"
Matt Joiner committed
Mar 27, 2019 at 14:37 UTC
ef903f6dd512a5b29d451c1e832e5f333245dfd5
1 file changed
-1
fuse/node/mount_darwin.go
-1
@@ -5,7 +5,6 @@ package node
5
import (
6
"bytes"
7
"fmt"
8
- "os"
8
"os/exec"
9
"runtime"
10
"strings"