From 535de9831a3731167f61b14372664df0c417a307 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 6 May 2017 12:34:04 +0200 Subject: todos --- file/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file/file.go') diff --git a/file/file.go b/file/file.go index b55111f..b44f3b5 100644 --- a/file/file.go +++ b/file/file.go @@ -30,7 +30,7 @@ var ErrComment = errors.New("expected untrusted comment") type Block struct { Comment string Bytes []byte - Message []byte // TODO replace with io.Reader + Message []byte // TODO replace with io.ReadCloser } func Encode(w io.Writer, b *Block) error { -- cgit v1.2.3