45 Star 300 Fork 75

GVPYoMo / yomo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main_test.go 196 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Package yomo test main.s
package yomo
import (
"context"
"os"
"testing"
)
func TestMain(m *testing.M) {
go RunZipper(context.TODO(), "test/config.yaml")
code := m.Run()
os.Exit(code)
}
Go
1
https://gitee.com/yomorun/yomo.git
git@gitee.com:yomorun/yomo.git
yomorun
yomo
yomo
master

搜索帮助