feat: update pkg name

This commit is contained in:
Rogee
2025-02-11 15:53:14 +08:00
parent 0a420a2987
commit fcae9f2e3f
57 changed files with 92 additions and 1355 deletions

View File

@@ -1,13 +1,13 @@
package http
import (
"go.ipao.vip/atom"
"go.ipao.vip/atom/container"
"go.ipao.vip/atom/contracts"
"{{.ModuleName}}/app/errorx"
"{{.ModuleName}}/app/jobs"
"{{.ModuleName}}/app/service"
_ "{{.ModuleName}}/docs"
"{{.ModuleName}}/pkg/atom"
"{{.ModuleName}}/pkg/atom/container"
"{{.ModuleName}}/pkg/atom/contracts"
"{{.ModuleName}}/providers/app"
"{{.ModuleName}}/providers/hashids"
"{{.ModuleName}}/providers/http"