Notes added by 'git notes append'
This commit is contained in:
parent
09531ab405
commit
73291e4bf3
|
@ -658,3 +658,5 @@ func (x *Machines) AppendByHostname(y *Machine) bool {
|
||||||
x.Machines = append(x.Machines, y)
|
x.Machines = append(x.Machines, y)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:package.marshal.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue