talos/go.work
Dmitriy Matrenichev bd56621cdf
feat: add structprotogen tool
This commit adds structprotogen tool which is used to generate proto file from Go structs.

Closes #6078.

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
2022-09-05 16:54:00 +03:00

10 lines
111 B
Plaintext

go 1.19
use (
.
./hack/cloud-image-uploader
./hack/gotagsrewrite
./hack/structprotogen
./pkg/machinery
)