diff --git a/emoji/Makefile b/emoji/Makefile new file mode 100644 index 0000000..3748910 --- /dev/null +++ b/emoji/Makefile @@ -0,0 +1,5 @@ + + +map_gen.go: map.go emojimap.json map_gen.tmpl + go generate + diff --git a/emoji/emojimap.json b/emoji/emojimap.json index 1edc7b3..66a9398 100644 --- a/emoji/emojimap.json +++ b/emoji/emojimap.json @@ -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:", diff --git a/emoji/map_gen.go b/emoji/map_gen.go index 46d7cff..f51eb04 100644 --- a/emoji/map_gen.go +++ b/emoji/map_gen.go @@ -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:",