mirror of
https://github.com/traefik/traefik
synced 2026-02-08 06:38:10 +00:00
8 lines
69 B
Go
8 lines
69 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "k8s.io/code-generator"
|
|
)
|