From a4584f0ee8a6dafe5e94e06ed213407f540cc7d0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 27 Dec 2024 14:46:50 -0600 Subject: [PATCH] Notes added by 'git notes append' --- f4837c807cc2af9f7e822f7bf217ceb78a41e896 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/f4837c807cc2af9f7e822f7bf217ceb78a41e896 b/f4837c807cc2af9f7e822f7bf217ceb78a41e896 index 3aa19e0..a3af132 100644 --- a/f4837c807cc2af9f7e822f7bf217ceb78a41e896 +++ b/f4837c807cc2af9f7e822f7bf217ceb78a41e896 @@ -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`