/GopherSay

A comedic CLI tool written in Go inspired by `cowsay` that makes the Go mascot say something!

Primary LanguageGoMIT LicenseMIT

GopherSay

A fun CLI tool that I wrote in my journey of learning Go.

Example

Usage

Linux

git clone https://github.com/DatCodeMania/GopherSay.git
cd GopherSay
go build -o GopherSay .
./GopherSay "Message"

Windows

git clone https://github.com/DatCodeMania/GopherSay.git
cd GopherSay
go build -o GopherSay.exe .
./GopherSay "Message"

Other

Inspired by cowsay

ASCII art from codeacademy.

Licensed under the MIT License