diff options
author | Jakob Unterwurzacher | 2015-09-07 21:10:42 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-09-07 21:10:42 +0200 |
commit | af0ae03db23f845dbcf8a6738057222ce7986bd8 (patch) | |
tree | 90aa7fc12b9b12b28c486b9bdc3e62ab40eb0fe6 /main.go | |
parent | cd9512801525a63530c1f74ac184fb1d73bff67b (diff) |
Rename frontend to "cluefs_frontend"
Enables adding another frontend later
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) |