Moving code away from conf package.

This is necessary, as the conf package will hold only configuration, and cannot have dependencies on other packages
This commit is contained in:
Deluan
2016-03-29 18:27:14 -04:00
parent 2dfa05ceb6
commit 9049d97820
8 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/astaxie/beego"
_ "github.com/deluan/gosonic/conf"
_ "github.com/deluan/gosonic/init"
_ "github.com/deluan/gosonic/tasks"
)