I get this error in vlang:
a struct must have a next() method to be an iterator
a struct must have a
method to be an iterator
struct Items { item []Item } struct Item {