rename the config path.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-05-03 09:56:59 +08:00
parent e73c02da53
commit 6005a51e0c
8 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
package boltdb
import (
"github.com/appleboy/gorush/gorush/config"
"github.com/appleboy/gorush/config"
"github.com/asdine/storm"
)

View File

@@ -1,7 +1,7 @@
package boltdb
import (
c "github.com/appleboy/gorush/gorush/config"
c "github.com/appleboy/gorush/config"
"github.com/stretchr/testify/assert"
"testing"
)