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

@@ -5,8 +5,8 @@ import (
"net/http"
"strconv"
"example.com/gin/test/models"
"example.com/gin/test/repositories"
"git.dynamicdiscord.de/kalipso/zineshop/models"
"git.dynamicdiscord.de/kalipso/zineshop/repositories"
"github.com/gin-gonic/gin"
)