From e516ecd5f51b61714b8661a8b273a696cbc225e2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 20 Jan 2025 03:33:13 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 336ab60e0195cc4e96faa36855dccab563a888ab | 2 ++ 1 file changed, 2 insertions(+) diff --git a/336ab60e0195cc4e96faa36855dccab563a888ab b/336ab60e0195cc4e96faa36855dccab563a888ab index 772a888..9e74295 100644 --- a/336ab60e0195cc4e96faa36855dccab563a888ab +++ b/336ab60e0195cc4e96faa36855dccab563a888ab @@ -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`