uberswe / beubo

Beubo is a free, simple, and minimal CMS with unlimited extensibility using plugins
MIT License
21 stars 4 forks source link

Useless assignment to field #56

Closed uberswe closed 3 years ago

uberswe commented 3 years ago

As reported by https://lgtm.com/projects/g/uberswe/beubo/alerts/?mode=list

// SetItems is a setter for the Items property
--
31 | func (m DefaultMenu) SetItems(items []page.MenuItem) {
32 | m.Items = items
  | This assignment to Items is useless since its value is never read.
33 | }