From c74772bc8d7348ced429e5ca6ef47a53a8f215ff Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 6 Feb 2016 20:23:36 +0100 Subject: Run go fmt --- internal/contentenc/content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/contentenc/content.go') 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" -- cgit v1.2.3