aboutsummaryrefslogtreecommitdiff
path: root/file
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-03 13:37:08 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-03 13:37:08 +0200
commit88fd3fa8aa680df9026b80e284704d628b6efc76 (patch)
treee5908ba15d321bf035830d35559b7b7cdf02c47c /file
parent6f334316175cee251aa8831c3cd795db36737c53 (diff)
Add todo
Diffstat (limited to 'file')
-rw-r--r--file/file.go2
1 files changed, 1 insertions, 1 deletions
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:"