fix config path.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-05-03 10:07:50 +08:00
parent 6005a51e0c
commit 42d74b2747
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ package main
import (
"flag"
"github.com/appleboy/gorush/config"
"github.com/appleboy/gorush/gorush"
"github.com/appleboy/gorush/gorush/config"
"log"
)