rename the config path.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package boltdb
|
||||
|
||||
import (
|
||||
"github.com/appleboy/gorush/gorush/config"
|
||||
"github.com/appleboy/gorush/config"
|
||||
"github.com/asdine/storm"
|
||||
)
|
||||
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user