1 Star 0 Fork 0

Rick/atest-ext-collector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rick 提交于 2025-01-03 17:49 +08:00 . feat: support start as service (#4)
fmt:
go mod tidy
go fmt ./...
build:
go build -o bin/atest-collector .
build-win:
GOOS=windows go build -o bin/atest-collector.exe .
build-linux:
GOOS=linux go build -o bin/atest-collector .
test:
go test ./... -cover -v -coverprofile=coverage.out
go tool cover -func=coverage.out
build-image:
docker build .
init-env:
curl https://linuxsuren.github.io/tools/install.sh|bash
hd i yaml-readme
hd i cli/cli
gh repo fork --remote
gh repo set-default devops-ws/learn-code
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linuxsuren/atest-ext-collector.git
git@gitee.com:linuxsuren/atest-ext-collector.git
linuxsuren
atest-ext-collector
atest-ext-collector
master

搜索帮助