fix: issues

This commit is contained in:
Rogee
2024-12-19 19:21:06 +08:00
parent 50ba1baece
commit 28f631a2d3
5 changed files with 1 additions and 221 deletions

View File

@@ -2,8 +2,6 @@ package main
import (
"{{.ModuleName}}/pkg/service/http"
"{{.ModuleName}}/pkg/service/migrate"
"{{.ModuleName}}/pkg/service/model"
"git.ipao.vip/rogeecn/atom"
log "github.com/sirupsen/logrus"
@@ -13,8 +11,6 @@ func main() {
opts := []atom.Option{
atom.Name("{{ .ProjectName }}"),
http.Command(),
migrate.Command(),
model.Command(),
}
if err := atom.Serve(opts...); err != nil {