mirror of
https://github.com/containous/traefik.git
synced 2024-12-27 03:21:40 +03:00
8 lines
69 B
Go
8 lines
69 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "k8s.io/code-generator"
|
|
)
|