Notes added by 'git notes append'
This commit is contained in:
parent
8702c6d8de
commit
579c956cf8
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue