package global import ( "fmt" "testing" ) func TestEmoj(tt *testing.T) { for k, v := range EmojMap { fmt.Println(fmt.Sprintf("%s:%s", v, k)) } }