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, "")