aboutsummaryrefslogtreecommitdiff
path: root/file/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'file/file.go')
-rw-r--r--file/file.go2
1 files changed, 1 insertions, 1 deletions
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 {