From 27a5bcd7fcf01cd2c3229f6063e210c3a19164f5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 14 Dec 2024 15:22:14 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 5341a70557f00b07e95802348c03aa25781ff5b7 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/5341a70557f00b07e95802348c03aa25781ff5b7 b/5341a70557f00b07e95802348c03aa25781ff5b7 index 99fb032..4525f4e 100644 --- a/5341a70557f00b07e95802348c03aa25781ff5b7 +++ b/5341a70557f00b07e95802348c03aa25781ff5b7 @@ -127,3 +127,5 @@ func (v *GitTags) Marshal() ([]byte, error) { func (v *GitTags) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:gitTag.pb.go`