1 Star 1 Fork 0

泰山可可/openshift-installer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tools.go 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yaakov Selkowitz 提交于 2021-11-09 19:48 . Fix gofmt for 1.17
//go:build tools
// +build tools
// Official workaround to track tool dependencies with go modules:
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
package tools
import (
// dependency of hack/go-lint.sh
_ "golang.org/x/lint"
// dependency of generating CRD for install-config
_ "sigs.k8s.io/controller-tools/cmd/controller-gen"
// used to generate mocks
_ "github.com/golang/mock/mockgen"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/taotaozhangxiaot/openshift-installer.git
git@gitee.com:taotaozhangxiaot/openshift-installer.git
taotaozhangxiaot
openshift-installer
openshift-installer
master

搜索帮助