enable easier MIME type detection
1 file changed, 3 insertions(+), 2 deletions(-)
changed files
M internal/storage/file.go → internal/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