From d5e7309bf77335a7e4b02971af3ac8432dc57f4b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 20 Jan 2025 08:18:54 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 0232ceb8e3a0be0ace446fb5573eac1c6cb9ea4d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0232ceb8e3a0be0ace446fb5573eac1c6cb9ea4d b/0232ceb8e3a0be0ace446fb5573eac1c6cb9ea4d index e715d39..a4a293e 100644 --- a/0232ceb8e3a0be0ace446fb5573eac1c6cb9ea4d +++ b/0232ceb8e3a0be0ace446fb5573eac1c6cb9ea4d @@ -98,3 +98,5 @@ func (v *ForgeConfigs) Marshal() ([]byte, error) { func (v *ForgeConfigs) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:forgeConfig.pb.go`