improved ping command

This commit is contained in:
2024-02-20 18:55:37 +01:00
parent f93dbeeab9
commit 62dd8e60f9
3 changed files with 36 additions and 1 deletions

8
config.go Normal file
View File

@@ -0,0 +1,8 @@
package main
var color map[string]string = map[string]string{
"red": "#FF6B6B",
"yellow": "#FFD93D",
"green": "#6BCB77",
"blue": "#4D96FF",
}