Update id_converter.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 12:21:36 +00:00 committed by GitHub
parent 9bb6d7e79e
commit 6c0f2a15c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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