2 Star 2 Fork 8

王布衣/gox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
api
cache
concurrent
coroutine
cron
daemon
devices
encoding
errors
exception
fastjson
fastqueue
gls
http
logger
mdc
num
pool
progressbar
qrterminal
signal
tags
text
threadlocal
util
.codecov.yml
.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
go.mod
go.sum
go.test.sh
push-gitee.sh
push-github.sh
util.md
克隆/下载
go.test.sh 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
set -e
echo "" > coverage.txt
for d in $(go list ./... | grep -v vendor); do
go test -gcflags=-l -race -coverprofile=profile.out -covermode=atomic "$d"
if [ -f profile.out ]; then
cat profile.out >> coverage.txt
rm profile.out
fi
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/quant1x/gox.git
git@gitee.com:quant1x/gox.git
quant1x
gox
gox
v1.12.5

搜索帮助

371d5123 14472233 46e8bd33 14472233