1
0
mirror of https://github.com/containous/traefik.git synced 2024-12-27 03:21:40 +03:00
traefik/tools.go

8 lines
69 B
Go
Raw Normal View History

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