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
-4
View File
@@ -15,10 +15,6 @@ import (
"github.com/google/wire"
)
import (
_ "github.com/cloudsonic/sonic-server/init"
)
// Injectors from wire_injectors.go:
func initImporter(musicFolder string) *scanner.Importer {