mirror of
https://github.com/rancher/rke.git
synced 2025-04-28 11:36:27 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
// +build vendor
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "k8s.io/code-generator/cmd/deepcopy-gen"
|
|
)
|