diff options
Diffstat (limited to 'cryptfs')
-rw-r--r-- | cryptfs/names_diriv.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs/names_diriv.go b/cryptfs/names_diriv.go index 9519ebc..45abfce 100644 --- a/cryptfs/names_diriv.go +++ b/cryptfs/names_diriv.go @@ -1,9 +1,9 @@ package cryptfs import ( - "os" "fmt" "io/ioutil" + "os" "path/filepath" "strings" "sync" |