mirror of
https://github.com/emojisum/emojisum.git
synced 2024-11-24 00:15:39 +00:00
14 lines
244 B
Cheetah
14 lines
244 B
Cheetah
|
// THIS FILE IS GENERATED. DO NOT EDIT.
|
||
|
|
||
|
package emoji
|
||
|
|
||
|
func init() {
|
||
|
mapGen = VersionedMap{
|
||
|
Description: "{{.Description}}",
|
||
|
Version: "{{.Version}}",
|
||
|
EmojiWords: []string{ {{- range .EmojiWords }}
|
||
|
"{{.}}",{{- end }}
|
||
|
},
|
||
|
}
|
||
|
}
|