From 40c340c6267aa53164804aad6ed988183fc42d3f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 21:15:52 -0600 Subject: requires sort --- forgeConfig.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forgeConfig.proto') diff --git a/forgeConfig.proto b/forgeConfig.proto index 77c559e..e96001d 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -13,7 +13,7 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time // for example 'zookeeper' is packaged as 'zookeeper-go' // due to the prior apache foundation project. This happens and is ok! message ForgeConfig { - string goPath = 1; // `autogenpb:unique` // Examples: 'go.wit.com/apps/go-clone' or "~/mythings" or "/home/src/foo" + string goPath = 1; // `autogenpb:unique` `autogenpb:sort` // Examples: 'go.wit.com/apps/go-clone' or "~/mythings" or "/home/src/foo" bool writable = 2; // if you have write access to the repo bool readOnly = 3; // the opposite, but needed for now because I don't know what I'm doing -- cgit v1.2.3