all repos — homestead @ 6148b0c03ac228c1aa85b795fca6a33a0ea1b0fa

Code for my website

storage: allow any read-seekable data as encoded content

Alan Pearce
commit

6148b0c03ac228c1aa85b795fca6a33a0ea1b0fa

parent

64abf5b1a11060b0a559e284a471d7f3a9f0adf2

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/storage/files/writer.gointernal/storage/files/writer.go
@@ -44,7 +44,7 @@ Path: path,
ContentType: "", LastModified: time.Time{}, Etag: "", - Encodings: map[string]*buffer.Buffer{ + Encodings: map[string]io.ReadSeeker{ "identity": nil, }, }