diff options
Diffstat (limited to 'cryptfs/log.go')
-rw-r--r-- | cryptfs/log.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs/log.go b/cryptfs/log.go index a7fe579..8a6ace8 100644 --- a/cryptfs/log.go +++ b/cryptfs/log.go @@ -1,9 +1,9 @@ package cryptfs import ( + "encoding/json" "fmt" "strings" - "encoding/json" ) type logChannel struct { |