Notes added by 'git notes append'
This commit is contained in:
parent
c05468ad73
commit
c373c28a6d
|
@ -1218,3 +1218,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