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:
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",
|
"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:",
|
||||||
|
|
|
@ -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:",
|
||||||
|
|
Loading…
Reference in a new issue