2 Star 0 Fork 0

mirrors_DataDog/draino

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Benque 提交于 2023-04-28 20:14 +08:00 . remove cordon references (#244)
all: build
# Build manager binary
build: fmt vet
CGO_ENABLED=0 go build -o bin/draino ./cmd/draino/*.go
# Run unittest
test: fmt vet
go test ./...
# Run go fmt against code
fmt:
go fmt ./...
# Run go vet against code
vet:
go vet ./...
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_DataDog/draino.git
git@gitee.com:mirrors_DataDog/draino.git
mirrors_DataDog
draino
draino
master

搜索帮助