Moved router to conf package

This commit is contained in:
Deluan 2016-03-01 09:23:40 -05:00
parent 375fd30045
commit 4efb8ab031
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import (
"github.com/astaxie/beego"
"net/http"
"net/http/httptest"
_ "github.com/deluan/gosonic/routers"
_ "github.com/deluan/gosonic/conf"
)
const (