go fmt
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package conf
|
||||
|
||||
import (
|
||||
"github.com/deluan/gosonic/utils"
|
||||
"github.com/deluan/gosonic/persistence"
|
||||
"github.com/deluan/gosonic/domain"
|
||||
"github.com/deluan/gosonic/persistence"
|
||||
"github.com/deluan/gosonic/utils"
|
||||
)
|
||||
|
||||
func init () {
|
||||
func init() {
|
||||
utils.DefineSingleton(new(domain.ArtistIndexRepository), persistence.NewArtistIndexRepository)
|
||||
utils.DefineSingleton(new(domain.PropertyRepository), persistence.NewPropertyRepository)
|
||||
utils.DefineSingleton(new(domain.MediaFolderRepository), persistence.NewMediaFolderRepository)
|
||||
|
||||
+1
-1
@@ -40,4 +40,4 @@ func mapFilters() {
|
||||
}
|
||||
|
||||
beego.InsertFilter("/rest/*", beego.BeforeRouter, ValidateRequest)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user