Notes added by 'git notes append'
This commit is contained in:
parent
4126344dd4
commit
3d3a103643
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue