Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-15 07:33:13 -06:00
parent 4e161b9e9d
commit a254a4b5ee
1 changed files with 2 additions and 0 deletions

View File

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