Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-07 19:15:06 -06:00
parent 757e2abf31
commit cc0cabe534
1 changed files with 2 additions and 0 deletions

View File

@ -1199,3 +1199,5 @@ func (x *Packages) AppendByName(y *Package) bool {
x.Packages = append(x.Packages, y) x.Packages = append(x.Packages, y)
return true return true
} }
// `autogen:`