small pixel drawing of a pufferfish poop.is

Add -ly + -
Jes Olson j3s@c3f.net
Sun, 27 Mar 2022 14:23:52 -0400
commit

d13e62e7d70d47dda7e4ed5640fda0728a59a66d

parent

273d814036bcc3298f11a2fb9a1b60571daf308b

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

jump to
M main.gomain.go

@@ -98,7 +98,7 @@ for {

if len(globalURLMap) >= len(words.Adjectives) { adjectiveOne := words.RandomAdjective() adjectiveTwo := words.RandomAdjective() - adjective = adjectiveOne + adjectiveTwo + adjective = adjectiveOne + "ly-" + adjectiveTwo } if inUse(adjective) { adjective = words.RandomAdjective()