A fun CLI tool that I wrote in my journey of learning Go.
git clone https://github.com/DatCodeMania/GopherSay.git
cd GopherSay
go build -o GopherSay .
./GopherSay "Message"
git clone https://github.com/DatCodeMania/GopherSay.git
cd GopherSay
go build -o GopherSay.exe .
./GopherSay "Message"
Inspired by cowsay
ASCII art from codeacademy.
Licensed under the MIT License