From fe6039af57ccbcd2006e9f11c0732fa409b15aeb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 18 Dec 2024 20:27:17 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 8115c13001f82a6648b914ebb479d96d403dd54b | 2 ++ 1 file changed, 2 insertions(+) diff --git a/8115c13001f82a6648b914ebb479d96d403dd54b b/8115c13001f82a6648b914ebb479d96d403dd54b index b320b48..5cb2b34 100644 --- a/8115c13001f82a6648b914ebb479d96d403dd54b +++ b/8115c13001f82a6648b914ebb479d96d403dd54b @@ -129,3 +129,5 @@ func (v *GitTags) Marshal() ([]byte, error) { func (v *GitTags) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:gitTag.pb.go`