1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2025-02-09 02:43:32 +00:00

emoji: clarify the desciption

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-02-07 09:53:06 -05:00
parent 0c15bf2ef1
commit aa14e6436d
Signed by: vbatts
GPG key ID: 10937E57733F1362
3 changed files with 9 additions and 4 deletions

5
emoji/Makefile Normal file
View file

@ -0,0 +1,5 @@
map_gen.go: map.go emojimap.json map_gen.tmpl
go generate

View file

@ -1,6 +1,6 @@
{
"version": "draft",
"description": "This ordered list of emojiwords is the conventional order for the practice of conveying checksums with emoji",
"version": "draft+1",
"description": "This ordered list of emojiwords is the conventional order for the practice of conveying checksums with emoji. Each position provides the alternative for resolving the desired emoji.",
"emojiwords": [
":+1:",
":8ball:",

View file

@ -4,8 +4,8 @@ package emoji
func init() {
mapGen = VersionedMap{
Description: "",
Version: "draft",
Description: "This ordered list of emojiwords is the conventional order for the practice of conveying checksums with emoji. Each position provides the alternative for resolving the desired emoji.",
Version: "draft+1",
EmojiWords: []string{
":+1:",
":8ball:",