1 Star 0 Fork 0

tylitianrui/delve

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
Derek Parker 提交于 2020-03-28 11:18 . *: mv scripts _scripts
.DEFAULT_GOAL=test
check-cert:
@go run _scripts/make.go check-cert
build:
@go run _scripts/make.go build
install:
@go run _scripts/make.go install
uninstall:
@go run _scripts/make.go uninstall
test: vet
@go run _scripts/make.go test
vet:
@go vet $$(go list ./... | grep -v native)
test-proc-run:
@go run _scripts/make.go test -s proc -r $(RUN)
test-integration-run:
@go run _scripts/make.go test -s service/test -r $(RUN)
vendor:
@go run _scripts/make.go vendor
.PHONY: vendor test-integration-run test-proc-run test check-cert install build vet
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tylitianrui/delve.git
git@gitee.com:tylitianrui/delve.git
tylitianrui
delve
delve
master

搜索帮助