fix: 修复导入路径以支持模块化结构

This commit is contained in:
2025-12-15 11:17:34 +08:00
parent 3c180091e1
commit ff4fba7a43
2 changed files with 102 additions and 102 deletions

View File

@@ -6,7 +6,7 @@ import (
"sync"
"time"
"test/providers/postgres"
"{{.ModuleName}}/providers/postgres"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/pgxpool"