summaryrefslogtreecommitdiff
path: root/internal/contentenc/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/contentenc/content.go')
-rw-r--r--internal/contentenc/content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/contentenc/content.go b/internal/contentenc/content.go
index 14135a2..dd6aa26 100644
--- a/internal/contentenc/content.go
+++ b/internal/contentenc/content.go
@@ -3,8 +3,8 @@ package contentenc
// File content encryption / decryption
import (
- "encoding/binary"
"bytes"
+ "encoding/binary"
"encoding/hex"
"errors"