Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-15 12:44:36 -06:00
parent b43296466f
commit ea86c92f4d
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`