1 Star 1 Fork 0

jasongwq/aliyun-log-grafana-datasource-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 301 Bytes
一键复制 编辑 原始数据 按行查看 历史
lichao 提交于 2019-11-18 18:05 . build linux&windows version
all: grunt build
grunt:
grunt
build:
go build -i -o ./dist/aliyun-log-plugin_darwin_amd64 ./pkg
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -i -o ./dist/aliyun-log-plugin_linux_amd64 ./pkg
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -i -o ./dist/aliyun-log-plugin_windows_amd64.exe ./pkg
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jasongwq/aliyun-log-grafana-datasource-plugin.git
git@gitee.com:jasongwq/aliyun-log-grafana-datasource-plugin.git
jasongwq
aliyun-log-grafana-datasource-plugin
aliyun-log-grafana-datasource-plugin
master

搜索帮助