From 80af978da35cb10d499947d49f6170fb72eaeb26 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Jan 2025 04:42:41 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 4f84a4e584ff49f4351c236df633f1c690ccbda5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/4f84a4e584ff49f4351c236df633f1c690ccbda5 b/4f84a4e584ff49f4351c236df633f1c690ccbda5 index d098ef1..bf84e95 100644 --- a/4f84a4e584ff49f4351c236df633f1c690ccbda5 +++ b/4f84a4e584ff49f4351c236df633f1c690ccbda5 @@ -99,3 +99,5 @@ func (v *ForgeConfigs) Marshal() ([]byte, error) { func (v *ForgeConfigs) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:forgeConfig.pb.go`