2 Star 0 Fork 0

mirrors_influxdata/kapacitor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tools.go 536 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Tools is for building out tools so mod can version them, add any tools you need at runtime to this file as _ imports.
// This is to follow along with best practices for mod. https://github.com/golang/go/issues/25922
//go:build tools
// +build tools
package kapacitor
import (
_ "github.com/benbjohnson/tmpl"
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
// so we can use the rust dependencies of flux
_ "github.com/influxdata/pkg-config"
_ "github.com/mailru/easyjson/easyjson"
_ "honnef.co/go/tools/cmd/staticcheck"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_influxdata/kapacitor.git
git@gitee.com:mirrors_influxdata/kapacitor.git
mirrors_influxdata
kapacitor
kapacitor
master

搜索帮助