gomeler / LocationGenerator

Simple exercise in Go that generates locations for tabletop RPGs.
0 stars 0 forks source link

There appear to be zero length names in the names data gob #17

Open gomeler opened 5 years ago

gomeler commented 5 years ago

Need to filter the names to figure out what is going on. It was causing a panic in the code, added a check in the name selector to recursively loop if a zero length name is pulled.