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