Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-15 07:33:32 -06:00
parent 75779c8485
commit b4dba5e33b
1 changed files with 2 additions and 0 deletions

View File

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