From 7777d9a010353edd60fdeb0767a77d96b92a1cc9 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 5 Apr 2016 16:47:36 -0400 Subject: [PATCH] cksum: test is fine. commenting. Signed-off-by: Vincent Batts --- cksum_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cksum_test.go b/cksum_test.go index 5402c38..b8aa2f7 100644 --- a/cksum_test.go +++ b/cksum_test.go @@ -11,6 +11,7 @@ var ( checkSize = 9110 ) +// testing that the cksum function matches that of cksum(1) utility (silly POSIX crc32) func TestCksum(t *testing.T) { fh, err := os.Open(checkFile) if err != nil {