From 286e25e797db14b892822e819ceebc281e923017 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 14 Dec 2024 16:36:15 -0600 Subject: [PATCH] Notes added by 'git notes append' --- b55548a58b43cf8d30edbe0440a3fd8efbddabfd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/b55548a58b43cf8d30edbe0440a3fd8efbddabfd b/b55548a58b43cf8d30edbe0440a3fd8efbddabfd index 54f097c..935108f 100644 --- a/b55548a58b43cf8d30edbe0440a3fd8efbddabfd +++ b/b55548a58b43cf8d30edbe0440a3fd8efbddabfd @@ -673,3 +673,5 @@ func (v *Patchs) Marshal() ([]byte, error) { func (v *Patchs) Unmarshal(data []byte) error { return proto.Unmarshal(data, v) } + +// `autogen:patch.pb.go`