From 4b23e6bfc52476b24e5ece59c607f9594b2aaafa Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Jan 2025 09:09:43 -0600 Subject: [PATCH] Notes added by 'git notes append' --- d01989460ef999e3f7ebcfcb605860b05080bb96 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/d01989460ef999e3f7ebcfcb605860b05080bb96 b/d01989460ef999e3f7ebcfcb605860b05080bb96 index 9fee72b..29aa160 100644 --- a/d01989460ef999e3f7ebcfcb605860b05080bb96 +++ b/d01989460ef999e3f7ebcfcb605860b05080bb96 @@ -89,3 +89,5 @@ func (v *GitTags) Marshal() ([]byte, error) { func (v *GitTags) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:gitTag.pb.go`