From 7a6d26df1f2e7f1299b53bf9174860895afeb4bd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 23:31:12 -0600 Subject: [PATCH] Notes added by 'git notes append' --- a60188915deabc1e08b0b64154147cde3ce5bdf8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/a60188915deabc1e08b0b64154147cde3ce5bdf8 b/a60188915deabc1e08b0b64154147cde3ce5bdf8 index f51a132..f03eced 100644 --- a/a60188915deabc1e08b0b64154147cde3ce5bdf8 +++ b/a60188915deabc1e08b0b64154147cde3ce5bdf8 @@ -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`