From 9b9c51d964a77a9260c02bcda46d4f73a8aabc3c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Jan 2025 04:14:30 -0600 Subject: maybe marshal() failed do to mutex entries? notsure --- forgeConfig.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forgeConfig.proto') diff --git a/forgeConfig.proto b/forgeConfig.proto index e96001d..81e2f2c 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -12,7 +12,7 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time // package names sometimes must be different than the binary name // for example 'zookeeper' is packaged as 'zookeeper-go' // due to the prior apache foundation project. This happens and is ok! -message ForgeConfig { +message ForgeConfig { // `autogenpb:nomutex` 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 @@ -34,7 +34,7 @@ message ForgeConfig { string goSrc = 13; // is ~/go/src unless a go.work file is found } -message ForgeConfigs { // `autogenpb:marshal` +message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex` string uuid = 1; // could be useful for /usr/share/file/magic someday? string version = 2; // could be used for protobuf schema change violations? repeated ForgeConfig ForgeConfigs = 3; -- cgit v1.2.3