From 03c17c99f02abd4df682ab1e6c58fc55859150c9 Mon Sep 17 00:00:00 2001 From: Sina Siadat Date: Thu, 7 May 2015 10:36:47 +0430 Subject: [PATCH] removed fuse dependency --- commands.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands.go b/commands.go index 4b9b6cd..316a669 100644 --- a/commands.go +++ b/commands.go @@ -4,7 +4,6 @@ import ( "bufio" "database/sql" "fmt" - _ "github.com/hanwen/go-fuse/fuse" _ "github.com/mattn/go-sqlite3" "io" "io/ioutil"