mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Removed MainController
This commit is contained in:
parent
e8a8313b43
commit
5d2a7b1db1
3 changed files with 1 additions and 53 deletions
3
main.go
3
main.go
|
@ -3,7 +3,6 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/cloudsonic/sonic-server/api"
|
||||
"github.com/cloudsonic/sonic-server/conf"
|
||||
)
|
||||
|
@ -12,7 +11,7 @@ func main() {
|
|||
conf.LoadFromLocalFile()
|
||||
conf.LoadFromFlags()
|
||||
|
||||
fmt.Printf("\nCloudSonic Server v%s (%s mode)\n\n", "0.2", beego.BConfig.RunMode)
|
||||
fmt.Printf("\nCloudSonic Server v%s\n\n", "0.2")
|
||||
|
||||
a := App{}
|
||||
a.Initialize()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue