1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 19:25:44 +00:00
rke/generate.go
2020-07-11 23:29:33 -07:00

8 lines
83 B
Go

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