From 14f4e8bb0096ae0dc3cf1f9e55322a4ca0ec5645 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Jan 2025 16:13:05 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 3092fd6e3b096f089f22704757494777c173049f | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3092fd6e3b096f089f22704757494777c173049f b/3092fd6e3b096f089f22704757494777c173049f index 772a888..9e74295 100644 --- a/3092fd6e3b096f089f22704757494777c173049f +++ b/3092fd6e3b096f089f22704757494777c173049f @@ -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`