mirror of
https://github.com/rancher/rke.git
synced 2025-05-03 22:08:05 +00:00
8 lines
83 B
Go
8 lines
83 B
Go
// +build vendor
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "k8s.io/gengo/examples/deepcopy-gen"
|
|
)
|