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:
parent
0c15bf2ef1
commit
aa14e6436d
3 changed files with 9 additions and 4 deletions
5
emoji/Makefile
Normal file
5
emoji/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
map_gen.go: map.go emojimap.json map_gen.tmpl
|
||||
go generate
|
||||
|
|
@ -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:",
|
||||
|
|
|
@ -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:",
|
||||
|
|
Loading…
Reference in a new issue