Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-29 13:11:48 -06:00
parent ded558eddd
commit b16cf602e4
1 changed files with 2 additions and 0 deletions

View File

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