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

@@ -4,7 +4,7 @@ import (
"gorm.io/gorm"
"strconv"
"example.com/gin/test/models"
"git.dynamicdiscord.de/kalipso/zineshop/models"
)
type OrderRepository interface {