From e77db9cc3906d18fb68f8449378641dd8c527431 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 23:19:07 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 24c96ccaa7270f87da0c3bc17629de74b0da334c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/24c96ccaa7270f87da0c3bc17629de74b0da334c b/24c96ccaa7270f87da0c3bc17629de74b0da334c index 16efb51..966c37c 100644 --- a/24c96ccaa7270f87da0c3bc17629de74b0da334c +++ b/24c96ccaa7270f87da0c3bc17629de74b0da334c @@ -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`