aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-09-07 21:10:42 +0200
committerJakob Unterwurzacher2015-09-07 21:10:42 +0200
commitaf0ae03db23f845dbcf8a6738057222ce7986bd8 (patch)
tree90aa7fc12b9b12b28c486b9bdc3e62ab40eb0fe6 /main.go
parentcd9512801525a63530c1f74ac184fb1d73bff67b (diff)
Rename frontend to "cluefs_frontend"
Enables adding another frontend later
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 071415a..c279612 100644
--- a/main.go
+++ b/main.go
@@ -5,7 +5,7 @@ import (
fusefs "bazil.org/fuse/fs"
"flag"
"fmt"
- "github.com/rfjakob/gocryptfs/frontend"
+ frontend "github.com/rfjakob/gocryptfs/cluefs_frontend"
"os"
"path/filepath"
)