Notes added by 'git notes append'
This commit is contained in:
parent
ecc9d48dac
commit
8dd5f2d2dc
|
@ -928,3 +928,5 @@ func (v *Patches) Marshal() ([]byte, error) {
|
||||||
func (v *Patches) Unmarshal(data []byte) error {
|
func (v *Patches) Unmarshal(data []byte) error {
|
||||||
return proto.Unmarshal(data, v)
|
return proto.Unmarshal(data, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:patchset.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue