From 1fb6c734ff81dfa108b24999ca1bcecebe70eb9a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Jan 2025 13:41:27 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 803f0cf98ee1fc01339c4e0b5f9545a5d90a5a2f | 2 ++ 1 file changed, 2 insertions(+) diff --git a/803f0cf98ee1fc01339c4e0b5f9545a5d90a5a2f b/803f0cf98ee1fc01339c4e0b5f9545a5d90a5a2f index 29b09d9..3b4c4d2 100644 --- a/803f0cf98ee1fc01339c4e0b5f9545a5d90a5a2f +++ b/803f0cf98ee1fc01339c4e0b5f9545a5d90a5a2f @@ -91,3 +91,5 @@ func (v *GitTags) Marshal() ([]byte, error) { func (v *GitTags) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:gitTag.pb.go`