mirror of
https://github.com/containous/traefik.git
synced 2025-03-11 16:58:23 +03:00
9 lines
122 B
Go
9 lines
122 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "k8s.io/code-generator"
|
|
_ "sigs.k8s.io/controller-tools/cmd/controller-gen"
|
|
)
|