This commit is contained in:
vipg
2025-11-11 17:43:03 +08:00
parent 6411e96a59
commit 47e9aa27bd
6 changed files with 118 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
package main
import (
"user/db"
"user/logger"
"user/logic"
"country/db"
"country/logger"
"country/logic"
"github.com/gin-gonic/gin"
_ "github.com/lib/pq"