From ede61eaada75f9522ab402739a584547fbc00ebc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 18 Dec 2024 20:27:17 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 8115c13001f82a6648b914ebb479d96d403dd54b | 2 ++ 1 file changed, 2 insertions(+) diff --git a/8115c13001f82a6648b914ebb479d96d403dd54b b/8115c13001f82a6648b914ebb479d96d403dd54b index edc65ce..3620713 100644 --- a/8115c13001f82a6648b914ebb479d96d403dd54b +++ b/8115c13001f82a6648b914ebb479d96d403dd54b @@ -1321,3 +1321,5 @@ func (v *Repos) Marshal() ([]byte, error) { func (v *Repos) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:repo.pb.go`