Welcome in GopherSay!
GopherSay is inspired by Cowsay program.
GopherSay allow you to display a message said by a cute random Gopher.
For MacOS:
brew tap scraly/tools
brew install gophersay
Install Go in 1.16 version minimum.
$ go build -o bin/gophersay main.go
or
$ task build
$ ./bin/gophersay
or
$ task run
$ ./bin/gophersay Hello Gopher lovers!
---------------------
< Hello Gopher lovers! >
---------------------
\
\
,
(%..**,,,,,.& .,,.**
,%,*..,,,. .** **.,*,,**./
./*,,.. .**,.,..,.,**.**..(.
. (@.,*%.**.,,**,.,,%*..**,*,/(
,..../../&&%................%///#.,***.....
/....,..........................@*@%...,.,
.....................................,
&* #@................................
& ...............................
# .........................% @
/@ @, ........................* *
*., @.......................@ /@@
/....% ..........................&
/........%@@..............................% %
,....................................................* * .%
.........................@,,,,,,,@...................* @ *****#
*........................@,,,,,,/&(................... /. ****,**
........................@,,,,,,,,,,,, ................/ #/////( ,*,
//.....................@,,,,,,,,,,,,#................., #//////////
...........................,@@@ / @................../....**//////(
...,.........................@@ @.......................///*//*/(
...........................&@@@@@@.................. @///////////
,..................................................* @///////&* *
/.................................................. @/@..,(@.& (
,................................................. @ @/ .(# .
................................................, @ ,.%(#,**
.............................................../ @ . @////*/
,.............................................. @///%%.///&
*............................................. @/((((((& #
........................................../ @((((((((/*
,....................................... @/@((((///.
*................................., @/*/////
*@ # ..*.......................* /# & @/////
# # .( *### (
This GitHub repository have a GitHub action that create a release thanks to go-releaser.