Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-15 07:33:13 -06:00
parent 2803e210f8
commit 51ec46a3c3
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)
return true
}
// `autogen:package.marshal.pb.go`