From 92bd69aef23126412a15649e441339c96e001212 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 11 Dec 2023 23:36:27 +0200 Subject: docs(tvix/*store-go): fix README invocation The command is called `regenerate`, not `generate`. Change-Id: I18075042ebd461e4dd0718a936e6bbe738a144d5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10259 Reviewed-by: raitobezarius Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/castore-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/castore-go/README.md') diff --git a/tvix/castore-go/README.md b/tvix/castore-go/README.md index 1aee48dfdf..c7a2205ae8 100644 --- a/tvix/castore-go/README.md +++ b/tvix/castore-go/README.md @@ -3,7 +3,7 @@ This directory contains generated golang bindings, both for the `tvix-castore` data models, as well as the gRPC bindings. -They are generated with `mg run //tvix:castore-go-generate`. +They are generated with `mg run //tvix:castore-go:regenerate`. These files end with `.pb.go`, and are ensured to be up to date by a CI check. Additionally, code useful when interacting with these data structures -- cgit 1.4.1