Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-14 22:38:24 -06:00
parent 3409b24c70
commit 9832cc3c25
1 changed files with 2 additions and 0 deletions

View File

@ -673,3 +673,5 @@ func (v *Patchs) Marshal() ([]byte, error) {
func (v *Patchs) Unmarshal(data []byte) error { func (v *Patchs) Unmarshal(data []byte) error {
return proto.Unmarshal(data, v) return proto.Unmarshal(data, v)
} }
// `autogen:patch.pb.go`