mirror of
https://github.com/emojisum/emojisum.git
synced 2024-11-24 08:25:39 +00:00
13 lines
244 B
Cheetah
13 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 }}
|
|
},
|
|
}
|
|
}
|