providers/mime: Why was that const there? lollll

This commit is contained in:
Sasha Koshka 2024-12-12 14:00:48 -05:00
parent ff1e73ce6d
commit 881c2ba7d6

View File

@ -4,8 +4,6 @@ import "html/template"
import "github.com/gabriel-vasile/mimetype"
import "git.tebibyte.media/sashakoshka/step"
const hiddenPrefix = "."
var _ step.FuncProviderFor = new(Provider)
// Provider provides MIME functions.