From dfc550e9e4fdac4c3fc2bec27047fe58d5076f75 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 1a42a72..35ced39 100644 --- a/c9149bbb13654d76518365d199dc0d51d6f5cfaf +++ b/c9149bbb13654d76518365d199dc0d51d6f5cfaf @@ -1708,3 +1708,5 @@ func (v *Repo) Marshal() ([]byte, error) { func (v *Repo) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:repo.pb.go`