Browse Source

fixed missing struct member

pull/34/head
David Haukeness 5 years ago
parent
commit
0ccf655aa4
No known key found for this signature in database
GPG Key ID: A7F1091956853EF9
  1. 1
      emojiMap.go

1
emojiMap.go

@ -5,6 +5,7 @@ import ( @@ -5,6 +5,7 @@ import (
)
type emojiData struct {
Name string
Description string
Unicode string
Alias []string

Loading…
Cancel
Save