Notes added by 'git notes append'
This commit is contained in:
parent
4e161b9e9d
commit
a254a4b5ee
|
@ -1221,3 +1221,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:`
|
||||||
|
|
Loading…
Reference in New Issue