diff --git a/main.go b/main.go index de0169c..8718170 100644 --- a/main.go +++ b/main.go @@ -45,6 +45,15 @@ func main() { } func printBanner() { + fmt.Print("\033[36m") + fmt.Print(` +██╗██████╗ ███████╗ +██║██╔══██╗██╔════╝ +██║██████╔╝█████╗ +██║██╔═══╝ ██╔══╝ +██║██║ ███████╗ +╚═╝╚═╝ ╚══════╝`) + fmt.Println("\033[0m") fmt.Println("\033[32mWelcome to Ipê - Yet another Pusher server clone\033[0m") fmt.Println("\033[33mBy: Claudemiro Alves Feitosa Neto \033[0m") }