Removed inject lib, only use wire for DI

This commit is contained in:
Deluan 2020-01-08 09:54:25 -05:00 committed by Deluan Quintão
parent 3af9972b41
commit e8a8313b43
10 changed files with 1 additions and 104 deletions

View file

@ -9,7 +9,6 @@ import (
"github.com/astaxie/beego"
"github.com/cloudsonic/sonic-server/conf"
"github.com/cloudsonic/sonic-server/utils"
)
var initSync sync.Once
@ -32,5 +31,4 @@ func Init(t *testing.T, skipOnShort bool) {
if noLog != "" {
beego.SetLevel(beego.LevelError)
}
utils.Graph.Finalize()
}