From 82af496e0160ca854fe4e8c8927223a65f7ec291 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 Jan 2025 06:16:12 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 7df10fba519944c1dae55625b10b0677b639febb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/7df10fba519944c1dae55625b10b0677b639febb b/7df10fba519944c1dae55625b10b0677b639febb index 8d49e2a..a83f21d 100644 --- a/7df10fba519944c1dae55625b10b0677b639febb +++ b/7df10fba519944c1dae55625b10b0677b639febb @@ -299,3 +299,5 @@ func (v *GitTag) Marshal() ([]byte, error) { func (v *GitTag) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:gitTag.pb.go`