give go module proper name

This commit is contained in:
2025-04-11 17:31:46 +02:00
parent 1da5e3e8b4
commit a1fc053fa8
16 changed files with 93 additions and 27 deletions

View File

@@ -9,8 +9,8 @@ import(
"github.com/gin-gonic/gin"
"github.com/golang-jwt/jwt/v5"
//"example.com/gin/test/models"
"example.com/gin/test/repositories"
//"git.dynamicdiscord.de/kalipso/zineshop/models"
"git.dynamicdiscord.de/kalipso/zineshop/repositories"
)
type AuthValidator struct {