8 lines
85 B
Go
8 lines
85 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "k8s.io/kube-openapi/cmd/openapi-gen/"
|
|
)
|