From 1b13b45a4605052d468f67664c386c7171bd2323 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 15 Feb 2025 07:32:16 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 010791e82809c068a6a70a103d96596450eefc42 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/010791e82809c068a6a70a103d96596450eefc42 b/010791e82809c068a6a70a103d96596450eefc42 index f44422f..4c538f7 100644 --- a/010791e82809c068a6a70a103d96596450eefc42 +++ b/010791e82809c068a6a70a103d96596450eefc42 @@ -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`