mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-24 12:37:23 +00:00
fixed missing struct member
This commit is contained in:
@ -5,6 +5,7 @@ import (
|
||||
)
|
||||
|
||||
type emojiData struct {
|
||||
Name string
|
||||
Description string
|
||||
Unicode string
|
||||
Alias []string
|
||||
|
||||
Reference in New Issue
Block a user