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