14 Star 63 Fork 17

HappyJoeJoe / go-bin2es

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 193 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiabozhou 提交于 2020-03-05 19:05 . ok
all: build
build:
mkdir -p build
GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -mod=vendor -o build/go-bin2es ./main
clean:
GO111MODULE=on go clean -i ./...
@rm -rf build
Go
1
https://gitee.com/happyjoejoe/go-bin2es.git
git@gitee.com:happyjoejoe/go-bin2es.git
happyjoejoe
go-bin2es
go-bin2es
master

搜索帮助