1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-09 07:56:47 +00:00

using Go Modules

这个提交包含在:
z4yx
2020-03-13 13:55:57 +08:00
父节点 230d63e871
当前提交 ad28e8aacc
共有 7 个文件被更改,包括 103 次插入8 次删除

查看文件

@@ -2,7 +2,7 @@ package manager
import (
"github.com/BurntSushi/toml"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
)
// A Config is the top-level toml-serializaible config struct

查看文件

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