1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00

fix(manager): fix cli package in manager/config_test

这个提交包含在:
bigeagle
2016-11-20 00:58:41 +08:00
父节点 e37bb44fa3
当前提交 2c428b7c66

查看文件

@@ -8,8 +8,8 @@ import (
"testing" "testing"
"github.com/BurntSushi/toml" "github.com/BurntSushi/toml"
"github.com/codegangsta/cli"
. "github.com/smartystreets/goconvey/convey" . "github.com/smartystreets/goconvey/convey"
"gopkg.in/urfave/cli.v1"
) )
func TestConfig(t *testing.T) { func TestConfig(t *testing.T) {