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