1 Star 0 Fork 0

刘文杰_/kubernetes-ingress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tools.go 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
//go:build tools
// +build tools
// This file just exists to ensure we download the tools we need for building
// See https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
package tools
import (
_ "k8s.io/code-generator"
_ "sigs.k8s.io/controller-tools/cmd/controller-gen"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ganlanshugod/kubernetes-ingress.git
git@gitee.com:ganlanshugod/kubernetes-ingress.git
ganlanshugod
kubernetes-ingress
kubernetes-ingress
main

搜索帮助