fix: 修复导入路径,确保正确引用 atom 包及其子模块
This commit is contained in:
@@ -8,10 +8,10 @@ import (
|
||||
|
||||
"{{.ModuleName}}/database/models"
|
||||
|
||||
"github.com/rogeecn/atom"
|
||||
"go.ipao.vip/atom/container/container"
|
||||
"go.ipao.vip/atom/contracts/contracts"
|
||||
"go.ipao.vip/atom/opt/opt"
|
||||
"go.ipao.vip/atom"
|
||||
"go.ipao.vip/atom/container"
|
||||
"go.ipao.vip/atom/contracts"
|
||||
"go.ipao.vip/atom/opt"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user