QuoteMood banner

QuoteMood

2 devlogs
38m 22s

A CLI tool that gives you quotes based on your mood :) (written in Go so I can learn Go)

Repository

Loading README...

Kyle

I added better logic (swapping from a switch to a for loop + calling a function to process the input) and used a for true loop to prompt the user over and over until they enter accepted input.

0
Kyle

I got the user input set up, a basic welcome message + option list and a switch to determine what to do for each input, with a default case for unrecognised input. Next I’ll move the code into a different function so I can call it again if the user enters unrecognised input.

Attachment
0