Added a command line banner.
This commit is contained in:
@@ -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 <[email protected]>\033[0m")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user