Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-07 19:15:06 -06:00
parent b0bf29f239
commit 026f345c6b
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`