mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
5 lines
162 B
Go
5 lines
162 B
Go
// Package tools imports things required by build scripts
|
|
package tools
|
|
|
|
import _ "k8s.io/code-generator" // simply to force `go mod` to see them as dependencies
|