Notes added by 'git notes append'

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

View File

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