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