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