mirror of
https://github.com/emojisum/emojisum.git
synced 2024-11-24 00:15:39 +00:00
Vincent Batts
62919c069f
Per https://github.com/vbatts/emojisum/issues/5 there are some options in this list that are better expressed as a unicode codepoint. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
15 lines
297 B
Cheetah
15 lines
297 B
Cheetah
// THIS FILE IS GENERATED. DO NOT EDIT.
|
|
|
|
package emoji
|
|
|
|
func init() {
|
|
mapGen = VersionedMap{
|
|
Description: "{{.Description}}",
|
|
Version: "{{.Version}}",
|
|
EmojiWords: []Words{ {{- range .EmojiWords }}
|
|
Words{ {{ range . -}}
|
|
"{{- . }}",{{- end }}
|
|
},{{- end }}
|
|
},
|
|
}
|
|
}
|