Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-14 00:55:38 -06:00
parent 09531ab405
commit 73291e4bf3
1 changed files with 2 additions and 0 deletions

View File

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