diff options
author | Jakob Unterwurzacher | 2016-02-06 20:23:36 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-02-06 20:23:36 +0100 |
commit | c74772bc8d7348ced429e5ca6ef47a53a8f215ff (patch) | |
tree | 5ac2097e050a09c02b4ed30b85f3f7774d03c9ad /internal/contentenc/content.go | |
parent | b0ee5258b1ac60b9a672d9db0816b17ae12d0e55 (diff) |
Run go fmt
Diffstat (limited to 'internal/contentenc/content.go')
-rw-r--r-- | internal/contentenc/content.go | 2 |
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" |