gofmt emoji.go
This commit is contained in:
parent
80f3b29d2b
commit
12475cd310
|
|
@ -1,11 +1,11 @@
|
|||
package config
|
||||
|
||||
var emojis = map[string]string{
|
||||
"poop": "💩",
|
||||
"smile": "😀",
|
||||
"ping": "📡",
|
||||
"backup": "💾",
|
||||
"reboot": "⏻",
|
||||
"poop": "💩",
|
||||
"smile": "😀",
|
||||
"ping": "📡",
|
||||
"backup": "💾",
|
||||
"reboot": "⏻",
|
||||
"restart": "⏻",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue