Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-07 19:15:25 -06:00
parent d90f2d2a97
commit 4d4b94ee97
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)
return true
}
// `autogen:`