alto *.data.dz tq:nieuwe_namen.xq | sort | uniq > items.txt

voor elk item dit bĳwerken:

    type Item struct {
        count int
        tags  map[string]int
    }

    items := make(map[string]Item)


