Notes added by 'git notes append'
This commit is contained in:
parent
150602e855
commit
8ca6be3afb
|
@ -3408,3 +3408,5 @@ func (x *Hypervisors) AppendByHostname(y *Hypervisor) bool {
|
|||
x.Hypervisors = append(x.Hypervisors, y)
|
||||
return true
|
||||
}
|
||||
|
||||
// `autogen:`
|
||||
|
|
Loading…
Reference in New Issue