From 4661d0c809c9c86b07246eaf4dd48e625a0fadc0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Jan 2025 13:48:19 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 8b24b984155b2351a9ba8d7c2e05302768327ae0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/8b24b984155b2351a9ba8d7c2e05302768327ae0 b/8b24b984155b2351a9ba8d7c2e05302768327ae0 index 76b9ff6..8d0e465 100644 --- a/8b24b984155b2351a9ba8d7c2e05302768327ae0 +++ b/8b24b984155b2351a9ba8d7c2e05302768327ae0 @@ -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`