all repos — homestead @ 906fc15e3e12214bf95c8bfeef1424fa1e542c9e

Code for my website

fixup! fix file storage

Alan Pearce
commit

906fc15e3e12214bf95c8bfeef1424fa1e542c9e

parent

6bc79017cd6ab36de91e8164c22a8e3155506f6c

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

jump to
M internal/storage/files/file.gointernal/storage/files/file.go
@@ -46,7 +46,7 @@ ContentType: mime.TypeByExtension(filepath.Ext(filename)),
LastModified: stat.ModTime(), Etag: etag, Encodings: map[string]io.ReadSeeker{ - "identity": f, + "identity": buf, }, }