1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2024-11-24 08:25:39 +00:00
emojisum/emoji/map_gen.tmpl
Vincent Batts 3efa665df0
emoji: more of a draft of a convention
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-12-13 14:19:18 -05:00

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 }}
},
}
}