Files
open-cluster-management/dependencymagnet/doc.go
Jian Qiu d16a89cd6c Use embedfs to replace bindata
Signed-off-by: Jian Qiu <jqiu@redhat.com>
2021-09-08 11:58:56 +08:00

10 lines
253 B
Go

// +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"
)