modify app to atom

This commit is contained in:
yanghao05
2023-01-28 11:11:06 +08:00
parent 114c003b2b
commit 19562329ed

View File

@@ -1,14 +1,14 @@
package dao
import (
"app/container"
"atom/container"
"context"
"testing"
"app/providers/config"
_ "app/providers/httpsvc"
_ "app/providers/logger"
_ "app/providers/mysql"
"atom/providers/config"
_ "atom/providers/http"
_ "atom/providers/logger"
_ "atom/providers/mysql"
"go.uber.org/dig"
"gorm.io/gorm"