From aef0161e5ec4dd3ebfa250385ae4f85f784d37c9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 14 Feb 2025 19:24:58 -0600 Subject: [PATCH] Notes added by 'git notes append' --- e5a5454bc0e58d24a6146e4973518160b909582f | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e5a5454bc0e58d24a6146e4973518160b909582f b/e5a5454bc0e58d24a6146e4973518160b909582f index 1a42a72..35ced39 100644 --- a/e5a5454bc0e58d24a6146e4973518160b909582f +++ b/e5a5454bc0e58d24a6146e4973518160b909582f @@ -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`