From 88fd3fa8aa680df9026b80e284704d628b6efc76 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 3 May 2017 13:37:08 +0200 Subject: Add todo --- file/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file') diff --git a/file/file.go b/file/file.go index a63c316..99250b9 100644 --- a/file/file.go +++ b/file/file.go @@ -23,7 +23,7 @@ var ErrComment = errors.New("expected untrusted comment") type Block struct { Comment string Bytes []byte - Message []byte + Message []byte // TODO replace with io.Reader } const untrusted = "untrusted comment:" -- cgit v1.2.3