From b9366db2d7fee74a67304220c14005607592ad28 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 19:42:46 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 94350d7a7d9095cd1b757f577e0c6792f964c96e | 2 ++ 1 file changed, 2 insertions(+) diff --git a/94350d7a7d9095cd1b757f577e0c6792f964c96e b/94350d7a7d9095cd1b757f577e0c6792f964c96e index 6b072aa..eb27c46 100644 --- a/94350d7a7d9095cd1b757f577e0c6792f964c96e +++ b/94350d7a7d9095cd1b757f577e0c6792f964c96e @@ -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`