Update id_converter.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 12:05:19 +00:00 committed by GitHub
parent 39a72c9197
commit 49c695a291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ import (
"strings" "strings"
"github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2"
log "github.com/sirupsen/logrus"
) )
var r = regexp.MustCompile(`[\/\-]([0-9a-f]+)\/?$`) var r = regexp.MustCompile(`[\/\-]([0-9a-f]+)\/?$`)