From 8ee83bfae2f2b1ec1111d9232cb3421703018d33 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 Jan 2025 16:42:16 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 19fb3a29fb6c5f157d78696c211d159d3748911a | 2 ++ 1 file changed, 2 insertions(+) diff --git a/19fb3a29fb6c5f157d78696c211d159d3748911a b/19fb3a29fb6c5f157d78696c211d159d3748911a index e25b724..9ec3303 100644 --- a/19fb3a29fb6c5f157d78696c211d159d3748911a +++ b/19fb3a29fb6c5f157d78696c211d159d3748911a @@ -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`