8 lines
83 B
Go
Raw Normal View History

// +build tools
package main
import (
_ "k8s.io/kube-openapi/cmd/openapi-gen"
)