ge
        Jes Olson j3s@c3f.net
        
        
        
        
        
        Sun, 27 Mar 2022 14:22:30 -0400
        
          1 files changed,
          1 insertions(+),
          1 deletions(-)
          
          jump to
            
            
            
            M
            
          
          main.go
          
            → 
            main.go
          
          
            
          @@ -95,7 +95,7 @@
// TODO: make this loop not go infinite when the wordlist // has been fully consumed for { - if len(globalURLMap) > len(words.Adjectives) { + if len(globalURLMap) >= len(words.Adjectives) { adjectiveOne := words.RandomAdjective() adjectiveTwo := words.RandomAdjective() adjective = adjectiveOne + adjectiveTwo