Files
kubevela/api/generate.go
2020-11-14 09:10:39 +08:00

9 lines
256 B
Go

// +build generate
// See the below link for details on what is happening here.
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
//go:generate go run ../hack/crd/update.go ../charts/vela-core/crds/
package api