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