Removed duplicated import

This commit is contained in:
Deluan 2016-11-09 09:49:06 -05:00
parent d4231ca2a4
commit 09f98508a4

View file

@ -5,7 +5,6 @@ import (
"github.com/astaxie/beego"
"github.com/deluan/gosonic/conf"
_ "github.com/deluan/gosonic/conf"
_ "github.com/deluan/gosonic/init"
_ "github.com/deluan/gosonic/tasks"
)