small pixel drawing of a pufferfish poop.is

Make adjective list larger
Jes Olson j3s@c3f.net
Sun, 27 Mar 2022 14:21:49 -0400
commit

372cf8c99e4b093d678b090c3b4e91b0a6f079f8

parent

a35e4e7410f3f80edefc82304d4ac207804ff4db

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M main.gomain.go

@@ -95,6 +95,11 @@

// TODO: make this loop not go infinite when the wordlist // has been fully consumed for { + if len(globalURLMap) > len(words.Adjectives) { + adjectiveOne := words.RandomAdjective() + adjectiveTwo := words.RandomAdjective() + adjective = adjectiveOne + adjectiveTwo + } if inUse(adjective) { adjective = words.RandomAdjective() } else {