aboutsummaryrefslogtreecommitdiff
path: root/file/file.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-06 12:34:04 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-06 12:34:04 +0200
commit535de9831a3731167f61b14372664df0c417a307 (patch)
tree19d80787c07ab4daee1059b485775937b36364d0 /file/file.go
parent029b20ee0bbae5652ead72aa70d3c9a9a6da43c1 (diff)
todos
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 {