Removed (almost) all remaining init()

This commit is contained in:
Deluan 2020-01-08 10:25:23 -05:00 committed by Deluan Quintão
parent 5d2a7b1db1
commit 23e38ec82f
5 changed files with 34 additions and 23 deletions

View file

@ -8,8 +8,7 @@ import (
)
func main() {
conf.LoadFromLocalFile()
conf.LoadFromFlags()
conf.Load()
fmt.Printf("\nCloudSonic Server v%s\n\n", "0.2")