From e8a234f658553927a2e845d64862321c90388e00 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 6 Jul 2016 21:51:25 +0200 Subject: Add godoc comments to all internal packages --- internal/contentenc/content.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/contentenc/content.go') diff --git a/internal/contentenc/content.go b/internal/contentenc/content.go index 6ac766f..493ec56 100644 --- a/internal/contentenc/content.go +++ b/internal/contentenc/content.go @@ -1,7 +1,6 @@ +// Package contentenc encrypts and decrypts file blocks. package contentenc -// File content encryption / decryption - import ( "bytes" "encoding/binary" -- cgit v1.2.3