not considered

This commit is contained in:
2026-01-05 11:08:41 +01:00
committed by T. von Dein
parent 541ead764c
commit c761095f58

View File

@@ -102,7 +102,6 @@ func Mkdir(dir string) error {
return nil
}
// FIXME: check https://github.com/gosimple/slug
func Slug(input string) string {
slug := slugify.ReplaceAllString(input, "-")
slug = suffix.ReplaceAllString(slug, "")