7
tools/tools.go
Normal file
7
tools/tools.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "k8s.io/kube-openapi/cmd/openapi-gen/"
|
||||
)
|
||||
Reference in New Issue
Block a user