mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
8 lines
207 B
Go
8 lines
207 B
Go
package hack
|
|
|
|
// this ensures that code-generator is available in the go.mod file,
|
|
// which is a dependency of the ./update-codegen.sh script.
|
|
import (
|
|
_ "k8s.io/code-generator/cmd/client-gen/generators"
|
|
)
|