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)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yomorun/yomo.git
[email protected]:yomorun/yomo.git
yomorun
yomo
yomo
master

搜索帮助