1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2025-02-13 04:37:50 +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", "version": "draft+1",
"description": "This ordered list of emojiwords is the conventional order for the practice of conveying checksums with emoji", "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": [ "emojiwords": [
":+1:", ":+1:",
":8ball:", ":8ball:",

View file

@ -4,8 +4,8 @@ package emoji
func init() { func init() {
mapGen = VersionedMap{ mapGen = VersionedMap{
Description: "", 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", Version: "draft+1",
EmojiWords: []string{ EmojiWords: []string{
":+1:", ":+1:",
":8ball:", ":8ball:",