1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-14 00:58:23 +03:00
traefik/tools.go

8 lines
69 B
Go
Raw Permalink Normal View History

2019-08-03 03:58:23 +02:00
// +build tools
package main
import (
_ "k8s.io/code-generator"
)