mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-06 09:27:16 +00:00
9 lines
256 B
Go
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
|