Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-15 15:56:44 -06:00
parent a066c44cad
commit 661789df71
1 changed files with 2 additions and 0 deletions

View File

@ -675,3 +675,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`