aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:"