From 9f1ca14629fd310c0ec5bc04e2f5a666754eb77a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 14 Dec 2024 15:24:56 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 5673e2cc2e82206cf4c864dd1b56538895fe6a6e | 2 ++ 1 file changed, 2 insertions(+) diff --git a/5673e2cc2e82206cf4c864dd1b56538895fe6a6e b/5673e2cc2e82206cf4c864dd1b56538895fe6a6e index a85b6b8..9a05d12 100644 --- a/5673e2cc2e82206cf4c864dd1b56538895fe6a6e +++ b/5673e2cc2e82206cf4c864dd1b56538895fe6a6e @@ -97,3 +97,5 @@ func (v *ForgeConfigs) Marshal() ([]byte, error) { func (v *ForgeConfigs) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:forgeConfig.pb.go`