Notes added by 'git notes append'
This commit is contained in:
parent
93dc016d00
commit
beed7b9224
|
@ -1423,3 +1423,5 @@ func (x *Droplets) AppendByHostname(y *Droplet) bool {
|
||||||
x.Droplets = append(x.Droplets, y)
|
x.Droplets = append(x.Droplets, y)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:event.marshal.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue