all repos — homestead @ 5ca6e013dfd43d10cd32486df0e817d3679ca3dd

Code for my website

enable easier MIME type detection

Alan Pearce
commit

5ca6e013dfd43d10cd32486df0e817d3679ca3dd

parent

0c6f24968bf2ce9b83dd6897de1a1a554891401c

1 file changed, 3 insertions(+), 2 deletions(-)

changed files
M internal/storage/file.gointernal/storage/file.go
@@ -5,14 +5,15 @@ "io"
"strings" "time" + "alin.ovh/homestead/internal/buffer" + "alin.ovh/homestead/internal/builder/template" "github.com/Southclaws/fault" "github.com/Southclaws/fault/fmsg" - "alin.ovh/homestead/internal/buffer" - "alin.ovh/homestead/internal/builder/template" ) type File struct { Path string + FSPath string ContentType string LastModified time.Time Etag string