mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
8 lines
88 B
Go
8 lines
88 B
Go
|
package hack
|
||
|
|
||
|
import (
|
||
|
"k8s.io/code-generator/pkg/util"
|
||
|
)
|
||
|
|
||
|
var _ = util.CurrentPackage
|