1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 11:36:27 +00:00
rke/generate.go

8 lines
83 B
Go
Raw Normal View History

// +build vendor
package main
import (
_ "k8s.io/gengo/examples/deepcopy-gen"
)