Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-07 19:15:25 -06:00
parent 34583d69fe
commit 36b37e1948
1 changed files with 2 additions and 0 deletions

View File

@ -639,3 +639,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`