mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 15:33:01 +00:00
8 lines
69 B
Go
8 lines
69 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "k8s.io/code-generator"
|
|
)
|