From c761095f5899d631d8ac10c4b3cd1a76bf632e42 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 5 Jan 2026 11:08:41 +0100 Subject: [PATCH] not considered --- cmd/store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/store.go b/cmd/store.go index 69d1623..175f7a6 100644 --- a/cmd/store.go +++ b/cmd/store.go @@ -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, "")