Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-14 00:55:58 -06:00
parent 99c57345ca
commit 6fae7016b2
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:`