rename module

This commit is contained in:
2024-10-25 16:37:33 +03:00
parent bd3c7a827b
commit 9dc96d87c6
13 changed files with 24 additions and 433 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"regexp"
"strings"
"github.com/gin-gonic/gin"
"git.company.lan/gopkg/gin"
)
type Filter func(ctx *gin.Context) bool