Files
open-cluster-management/pkg/dependencymagnet/doc.go
Qing Hao 872fafd298 upgrade to golang 1.17 (#57)
Signed-off-by: haoqing0110 <qhao@redhat.com>
2022-01-17 05:09:19 +01:00

11 lines
270 B
Go

//go:build tools
// +build tools
// go mod won't pull in code that isn't depended upon, but we have some code we don't depend on from code that must be included
// for our build to work.
package dependencymagnet
import (
_ "github.com/openshift/build-machinery-go"
)