mirror of
https://github.com/traefik/traefik.git
synced 2026-02-03 20:39:51 -05:00
7 lines
69 B
Go
7 lines
69 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "k8s.io/code-generator"
|
|
)
|